element remotes
diagram girr_diagrams/girr_p18.png
properties
content complex
children adminData 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:element ref="remote" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attributeGroup ref="girrVersion"/>
   
<xs:attributeGroup ref="title"/>
   
<!--xs:attribute name="noNamespaceSchemaLocation" type="xs:anySimpleType" use="optional"/-->
 
</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