home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / System32 / ias / dnary.xsd
Encoding:
Extensible Markup Language  |  2008-01-05  |  5.3 KB  |  124 lines

  1. <?xml version="1.0"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3.  
  4. <xs:element name="Dictionary">
  5. <xs:complexType>
  6. <xs:sequence>
  7.     <xs:element name="_locDefinition">
  8.     <xs:complexType>
  9.         <xs:sequence>
  10.             <xs:element name="_locDefault">
  11.                 <xs:complexType>
  12.                     <xs:attribute name="_loc" type="xs:string"/>
  13.                 </xs:complexType>
  14.             </xs:element>
  15.             <xs:element name="_locDefaultAttr">
  16.                 <xs:complexType>
  17.                     <xs:attribute name="_loc" type="xs:string"/>
  18.                 </xs:complexType>
  19.             </xs:element>
  20.             <xs:element name="_locTag">
  21.                         <xs:complexType>
  22.                 <xs:simpleContent>
  23.                                 <xs:extension base="xs:string">
  24.                         <xs:attribute name="_loc" type="xs:string"/>
  25.                                 </xs:extension>
  26.                 </xs:simpleContent>
  27.                         </xs:complexType>
  28.             </xs:element>
  29.         </xs:sequence>
  30.     </xs:complexType>
  31.     </xs:element>
  32.     <xs:element name="Version" type="xs:integer"/>
  33.     <xs:element name="Attribute" minOccurs="0" maxOccurs="unbounded">
  34.         <xs:complexType>
  35.         <xs:sequence>
  36.             <xs:element name="ID" type="xs:integer"/>
  37.             <xs:element name="Name">
  38.             <xs:simpleType>
  39.                 <xs:restriction base="xs:string">
  40.                 <xs:maxLength value="100"/>
  41.                 </xs:restriction>
  42.             </xs:simpleType>
  43.             </xs:element>
  44.             <xs:element name="Syntax">
  45.                 <xs:simpleType>
  46.                 <xs:restriction base="xs:string">
  47.                 <xs:enumeration value="Boolean"/>
  48.                 <xs:enumeration value="Integer"/>
  49.                 <xs:enumeration value="Enumerator"/>
  50.                 <xs:enumeration value="InetAddr"/>
  51.                 <xs:enumeration value="String"/>
  52.                 <xs:enumeration value="OctetString"/>
  53.                 <xs:enumeration value="UTCTime"/>
  54.                 <xs:enumeration value="ProviderSpecific"/>
  55.                 <xs:enumeration value="UnsignedInteger"/>
  56.                 <xs:enumeration value="InetAddr6"/>
  57.                 </xs:restriction>
  58.                 </xs:simpleType>
  59.             </xs:element>
  60.             <xs:element name="MultiValued" type="xs:boolean" minOccurs="0" default="0"/>
  61.             <xs:element name="VendorID" type="xs:integer" minOccurs="0"/>
  62.             <xs:element name="VendorTypeID" type="xs:integer" minOccurs="0"/>
  63.             <xs:element name="VendorTypeWidth" type="xs:integer" minOccurs="0" default="1"/>
  64.             <xs:element name="VendorLengthWidth" type="xs:integer" minOccurs="0" default="1"/>
  65.             <xs:element name="Is-Security-Sensitive" type="xs:boolean" minOccurs="0" default="0"/>
  66.             <xs:element name="ODBC-Log-Ordinal" type="xs:integer" minOccurs="0"/>
  67.             <xs:element name="IsAllowedInProfile" type="xs:boolean" minOccurs="0" default="0"/>
  68.             <xs:element name="IsAllowedInCondition" type="xs:boolean" minOccurs="0" default="0"/>
  69.             <xs:element name="IsAllowedInProxyProfile" type="xs:boolean" minOccurs="0" default="0"/>
  70.             <xs:element name="IsAllowedInProxyCondition" type="xs:boolean" minOccurs="0" default="0"/>
  71.             <xs:element name="Description" minOccurs="0">
  72.             <xs:simpleType>
  73.                 <xs:restriction base="xs:string">
  74.                 <xs:maxLength value="2"/>
  75.                 </xs:restriction>
  76.             </xs:simpleType>
  77.             </xs:element>            
  78.             <xs:element name="LDAPName" minOccurs="0">
  79.             <xs:simpleType>
  80.                 <xs:restriction base="xs:string">
  81.                 <xs:maxLength value="100"/>
  82.                 </xs:restriction>
  83.             </xs:simpleType>
  84.             </xs:element>
  85.             <xs:element name="IsTunnelAttribute" type="xs:boolean" minOccurs="0" default="0"/>
  86.             <xs:element name="StandardValues" minOccurs="0">
  87.             <xs:complexType>     
  88.             <xs:sequence>
  89.                 <xs:element name="StandardValue" minOccurs="0" maxOccurs="unbounded">
  90.                 <xs:complexType>
  91.                 <xs:sequence>
  92.                     <xs:element name="Name">
  93.                         <xs:complexType>
  94.                 <xs:simpleContent>
  95.                                 <xs:extension base="xs:string">
  96.                         <xs:attribute name="_loc" type="xs:string" use="optional"/>
  97.                                 </xs:extension>
  98.                 </xs:simpleContent>
  99.                         </xs:complexType>
  100.                     </xs:element>                                                    
  101.                     <xs:element name="Value" type="xs:integer"/>
  102.                     <xs:element name="Filter" type="xs:integer" minOccurs="0"/>
  103.                 </xs:sequence>
  104.                 </xs:complexType>
  105.                 </xs:element>
  106.             </xs:sequence>        
  107.             </xs:complexType>
  108.             </xs:element>
  109.             <xs:element name="AttributeUse" minOccurs ="0">
  110.                 <xs:simpleType>
  111.                     <xs:restriction base="xs:integer">
  112.                         <xs:minInclusive value="1"/>
  113.                         <xs:maxInclusive value="3"/>
  114.                     </xs:restriction>
  115.                 </xs:simpleType>
  116.             </xs:element>
  117.         </xs:sequence>
  118.         </xs:complexType>
  119.     </xs:element>
  120. </xs:sequence>
  121. </xs:complexType>
  122. </xs:element>
  123. </xs:schema>
  124.