WoW:XML/Backdrop: Difference between revisions

m
Line 18: Line 18:


== Xsd ==
== Xsd ==
  <xs:sequence minOccurs="0">
<xs:sequence minOccurs="0">
<xs:choice maxOccurs="unbounded">
  <xs:choice maxOccurs="unbounded">
<xs:element name="BackgroundInsets" type="Inset"/>
    <xs:element name="BackgroundInsets" type="Inset"/>
<xs:element name="TileSize" type="Value"/>
    <xs:element name="TileSize" type="Value"/>
<xs:element name="EdgeSize" type="Value"/>
    <xs:element name="EdgeSize" type="Value"/>
<xs:element name="Color" type="ColorType"/>
    <xs:element name="Color" type="ColorType"/>
<xs:element name="BorderColor" type="ColorType"/>
    <xs:element name="BorderColor" type="ColorType"/>
</xs:choice>
  </xs:choice>
  </xs:sequence>
  </xs:sequence>
  <xs:attribute name="bgFile" type="xs:string"/>
  <xs:attribute name="bgFile" type="xs:string"/>