WoW:XML/Backdrop: Difference between revisions

m
Move page script moved page XML/Backdrop to WoW:XML/Backdrop without leaving a redirect
m (Move page script moved page XML/Backdrop to WoW:XML/Backdrop without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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"/>
Anonymous user