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