ani:ATM-template

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
template-role restriction of xs:token optional

Used By

Source

<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>

Sample