home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / XMLP_LOC.XD_ / xmlp_loc.xdr
Encoding:
Text File  |  2007-04-02  |  1.7 KB  |  29 lines

  1. <Schema name="http://www.microsoft.com/provisioning/Locations" 
  2.         xmlns="urn:schemas-microsoft-com:xml-data"
  3.         xmlns:dt="urn:schemas-microsoft-com:datatypes"
  4.     xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
  5. >
  6.  
  7.         <ElementType name="city"     dt:type="string" dt:minLength="1" dt:maxLength="60" />
  8.         <ElementType name="state"    dt:type="string" dt:minLength="1" dt:maxLength="60" />
  9.         <ElementType name="country"  dt:type="string" dt:minLength="1" dt:maxLength="60" />
  10.         <ElementType name="zipcode"  dt:type="string" dt:minLength="1" dt:maxLength="60" />
  11.         <ElementType name="operator" dt:type="string" dt:minLength="1" dt:maxLength="100" />
  12.         <ElementType name="location" dt:type="string" dt:minLength="1" dt:maxLength="255" />
  13.         <ElementType name="address"  dt:type="string" dt:minLength="1" dt:maxLength="255" />
  14.  
  15.         <ElementType name="entry" content="eltOnly" model="closed" order="seq">
  16.                 <element type="city" minOccurs="0" maxOccurs="1"/>
  17.                 <element type="state" minOccurs="0" maxOccurs="1"/>
  18.                 <element type="country" minOccurs="0" maxOccurs="1"/>
  19.                 <element type="zipcode" minOccurs="0" maxOccurs="1"/>
  20.                 <element type="operator" minOccurs="0" maxOccurs="1"/>
  21.                 <element type="location" minOccurs="0" maxOccurs="1"/>
  22.                 <element type="address" minOccurs="0" maxOccurs="1"/>
  23.         </ElementType>
  24.  
  25.         <ElementType name="hotspotfinder" content="eltOnly" model="closed" msdata:IsDataSet="true" msdata:EnforceConstraints="False">
  26.                 <element type="entry" minOccurs="1" maxOccurs="*"/>
  27.     </ElementType>
  28.  
  29. </Schema>