This type adds an "id" attribute to xsd:nonNegativeInteger. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
<xsd:complexType name="xsdNonNegativeIntegerType"> <xsd:annotation> <xsd:documentation>This type adds an "id" attribute to xsd:nonNegativeInteger.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:nonNegativeInteger"> <xsd:attribute name="id" type="xsd:ID"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |