| การกำหนด จำนวน ของตัวอักษร | ใช้กำหนด จำนวน ของตัวอักษร |
|---|
subject:การกำหนด จำนวน ของตัวอักษร
syntax:<xsd:length value="value" />
content:ใช้กำหนด จำนวน ของตัวอักษร
example:<xsd:simpleType name="myNamePattern"> <xsd:restriction base="xsd:string"> <xsd:length value="10" /> </xsd:restriction> </xsd:simpleType>