| การกำหนด ตัวเลข มากสุดที่เป็นไปได้ | ใช้กำหนด ตัวเลข มากสุดที่เป็นไปได้ ( รวมค่าที่ระบุ ) |
|---|
subject:การกำหนด ตัวเลข มากสุดที่เป็นไปได้
syntax:<xsd:maxInclusive value="value" />
content:ใช้กำหนด ตัวเลข มากสุดที่เป็นไปได้ ( รวมค่าที่ระบุ )
example:<xsd:simpleType name="myNumberPattern"> <xsd:restriction base="xsd:integer"> <xsd:maxInclusive value="18" /> </xsd:restriction> </xsd:simpleType>