spml:ProviderIdentifier

Complex Type Information

Model

providerID , ANY element from ANY namespace
Children: providerID

Attributes

QName Type Fixed Default Use Inheritable Annotation
providerIDType restriction of string required
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SPML:1:0'

Used By

Source

<xsd:complexType name="ProviderIdentifier">
  <xsd:sequence>
    <xsd:element name="providerID" type="xsd:anyType"/>
    <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </xsd:sequence>
  <xsd:attribute name="providerIDType" use="required">
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="urn:oasis:names:tc:SPML:1:0#URN"/>
        <xsd:enumeration value="urn:oasis:names:tc:SPML:1:0#OID"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>