spml:Identifier

Complex Type Information

Model

(id{0,1} | subject{0,1}) , identifierAttributes{0,1} , ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
type spml:IdentifierType required
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SPML:1:0'

Used By

Source

<xsd:complexType name="Identifier">
  <xsd:sequence>
    <xsd:choice>
      <xsd:element name="id" type="xsd:anyType" minOccurs="0"/>
      <xsd:element name="subject" type="saml:SubjectStatementAbstractType" minOccurs="0"/>
    </xsd:choice>
    <xsd:element name="identifierAttributes" type="spml:Attributes" minOccurs="0" maxOccurs="1"/>
    <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </xsd:sequence>
  <xsd:attribute name="type" type="spml:IdentifierType" use="required"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>