
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | 
|---|---|---|---|---|---|---|
| template-role | restriction of xs:token | optional | 
| Elements | ani:API-ATM, ani:API-ATM-termgroup | 
<xs:element name="ATM-template"> <xs:complexType mixed="true"> <xs:attribute name="template-role"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="A"/> <xs:enumeration value="P"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>  |