authdeclType

Complex Type Information

Model

Children: auth

Attributes

QName Type Fixed Default Use Inheritable Annotation
ea xs:NMTOKEN optional
id xs:NMTOKEN optional

Used By

Source

<xs:complexType name="authdeclType">
  <xs:sequence>
    <xs:element name="auth" type="authType" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType>