<xs:complexType name="UserDataXMLType">
<xs:annotation>
<xs:documentation>The UserDataXMLType defines a user-defined XML structure from any namespace that is not the target namespace. The XML processor will validate elements if the corresponding schema will be presented. If the schema cannot be obtained, no errors will occur.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax">
<xs:annotation>
<xs:documentation>This 'any' specifier specifies that the content must be from another namespace and lax verification should be applied to that content.</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
</xs:complexType> |