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