element remotes
diagram girr_ns_p18.png
namespace http://www.harctoolbox.org/Girr
properties
content complex
children adminData xi:include remote
attributes
Name  Type  Use  Default  Fixed  annotation
girrVersionxs:string    1.0  
documentation
Version of the Girr specification the document claims to follow.
titlexs:string      
documentation
Textual title of the document.
identity constraints
  Name  Refer  Selector  Field(s)  
unique  remoteNameUnique    remote  @name  
source <xs:element name="remotes">
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>This element models a set of remotes. It may act as a data base for a program or device.
               
</xs:documentation>
   
</xs:annotation>
   
<xs:sequence>
     
<xs:element ref="adminData" minOccurs="0"/>
     
<xs:choice maxOccurs="unbounded">
       
<xs:element ref="xi:include"/>
       
<xs:element ref="remote"/>
     
</xs:choice>
   
</xs:sequence>
   
<xs:attributeGroup ref="girrVersion"/>
   
<xs:attributeGroup ref="title"/>
 
</xs:complexType>
 
<xs:unique name="remoteNameUnique">
   
<xs:selector xpath="remote"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy