| diagram | ![]() |
||||||||||||||||||||||||
| namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||||||||
| type | restriction of xs:facet | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| children | xs:annotation | ||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:complexType name="numFacet"> <xs:complexContent> <xs:restriction base="xs:facet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:restriction> </xs:complexContent> </xs:complexType> |
| type | xs:nonNegativeInteger | ||||
| properties |
|
||||
| source | <xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/> |