spml:SpmlRequest

Complex Type Information

Model

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

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="SpmlRequest">
  <xsd:sequence>
    <xsd:element name="operationalAttributes" type="spml:Attributes" minOccurs="0" maxOccurs="1"/>
    <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </xsd:sequence>
  <xsd:attribute name="requestID" type="xsd:ID" use="optional"/>
  <xsd:attribute name="execution" type="spml:ExecutionType" use="optional"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>