
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| type | restriction of string | optional |
<element name="Telephone" minOccurs="0" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="string"> <attribute name="type" use="optional"> <simpleType> <restriction base="string"> <enumeration value="central"/> <enumeration value="secondary"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> |