spml:AddRequest

Complex Type Information

Model

operationalAttributes{0,1} , ANY element from ANY namespace , identifier{0,1} , attributes

Attributes

QName Type Fixed Default Use Inheritable Annotation
execution spml:ExecutionType optional
requestID ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SPML:1:0'

Used By

Source

<xsd:complexType name="AddRequest">
  <xsd:complexContent>
    <xsd:extension base="spml:SpmlRequest">
      <xsd:sequence>
        <xsd:element name="identifier" type="spml:Identifier" minOccurs="0" maxOccurs="1"/>
        <xsd:element name="attributes" type="spml:Attributes"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>