xades:Identifier

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Qualifier restriction of xs:NMTOKEN optional

Used By

Source

<xs:element name="Identifier">
  <xs:complexType mixed="true">
    <xs:attribute name="Qualifier">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="OIDAsURI"/>
          <xs:enumeration value="OIDAsURN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample