<xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="variable"> <xs:complexType> <xs:all> <xs:element name="pretty_name" type="adgear:string"> </xs:element> <xs:element name="format" nillable="true" type="adgear:string"> </xs:element> <xs:element name="__order__" type="adgear:long"> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="skip_schema_validation" type="adgear:boolean"> </xs:element> </xs:all> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>