Global Type: anyDataType
General Description
This type represents data that has not schema validated structure and is uses for data who's structure is only known at runtime. This type requires at least one element to be provided.
Name | Type | Attributes | Description |
---|---|---|---|
required minOccurs=1 maxOccurs=unbounded |
<xs:complexType name="anyDataType">
<xs:annotation>
<xs:documentation>
<![CDATA[This type represents data that has not schema validated structure and is uses for data who's structure is
only known at runtime. This type requires at least one element to be provided. ]]>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:any maxOccurs="unbounded" namespace="##any" processContents="skip"/>
</xs:sequence>
</xs:complexType>