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' |
<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> |