2.2.4.4 FilterType
The complex type rm:FilterType extends simple type rm:FilterQueryType (section 2.2.5.6) and includes an XML attribute wsen:Dialect.
The XML attribute wsen:Dialect is defined in this [WSENUM] section 3.1. As a profile of [WSENUM], the XML attribute wsen:Dialect MUST be of simple type rm:FilterDialectType (section 2.2.5.5).
-
<?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.microsoft.com/2006/11/ResourceManagement"> <xs:complexType name="FilterType"> <xs:simpleContent> <xs:extension base="rm:FilterQueryType"> <xs:attribute name="Dialect" type="rm:FilterDialectType"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:schema>