element remotes
diagram girr_p19.png
properties
content complex
children adminData remote
attributes
Name  Type  Use  Default  Fixed  annotation
noNamespaceSchemaLocationxs:anySimpleTypeoptional      
girrVersionrequired    1.0  
documentation
Version of the Girr specification the document claims to follow.
titleoptional      
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:attribute name="noNamespaceSchemaLocation" type="xs:anySimpleType" use="optional"/>
   
<xs:attribute ref="girrVersion" use="required"/>
   
<xs:attribute ref="title" use="optional"/>
 
</xs:complexType>
 
<xs:unique name="remoteNameUnique">
   
<xs:selector xpath="remote"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
</xs:element>

attribute remotes/@noNamespaceSchemaLocation
type xs:anySimpleType
properties
isRef 0
use optional
source <xs:attribute name="noNamespaceSchemaLocation" type="xs:anySimpleType" use="optional"/>


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