Example Schema1
<?xml version="1.0" encoding="UTF-8"?>
<s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<s:complexType name="Schema1">
<s:sequence>
<s:element name="Max_Results">
<s:simpleType>
<s:restriction base="s:long">
<s:minInclusive value="1"/>
</s:restriction>
</s:simpleType>
</s:element>
<s:element name="Home-State">
<s:simpleType>
<s:restriction base="s:string">
<s:maxLength value="2"/>
<s:minLength value="2"/>
</s:restriction>
</s:simpleType>
</s:element>
<s:element minOccurs="0" name="Office-State" type="s:string"/>
<s:element minOccurs="0" name="Name-Startswith" type="s:string"/>
</s:sequence>
</s:complexType>
</s:schema>
- Log in to post comments




This query plan tells you what is really happening.