Definition Type: ComplexType
Name: SerElementsType
Namespace: http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702
Containing Schema: ws-securitypolicy-1.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into XPath in schema ws-securitypolicy-1_2_xsd Drilldown into XPathVersion in schema ws-securitypolicy-1_2_xsdXSD Diagram of SerElementsType in schema ws-securitypolicy-1_2_xsd (OASIS Web Services Secure Exchange (WS-SX) TC)
Collapse XSD Schema Code:
<xs:complexType name="SerElementsType">
    <xs:sequence>
        <xs:element name="XPath" type="xs:string" minOccurs="1" maxOccurs="unbounded" />
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
    </xs:sequence>
    <xs:attribute name="XPathVersion" type="xs:anyURI" use="optional" />
    <xs:anyAttribute namespace="##any" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
XPath tns:XPath 1 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
XPathVersion tns:XPathVersion Optional
<anyAttribute> Allowed namespace: '##any'
Collapse Derivation Tree:
Collapse References:
tns:EncryptedElements, tns:RequiredElements, tns:SignedElements