diagram | ![]() |
||||||
namespace | http://www.w3.org/2001/XMLSchema | ||||||
properties |
|
||||||
attributes |
|
||||||
annotation |
|
||||||
source | <xs:complexType name="anyType" mixed="true"> <xs:annotation> <xs:documentation> Not the real urType, but as close an approximation as we can get in the XML representation</xs:documentation> </xs:annotation> <xs:sequence> <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:anyAttribute processContents="lax"/> </xs:complexType> |