element remote
diagram girr_ns_p17.png
namespace http://www.harctoolbox.org/Girr
properties
content complex
children adminData notes applicationData img commandSet xi:include
used by
element remotes
attributes
Name  Type  Use  Default  Fixed  annotation
girrVersionxs:string    1.0  
documentation
Version of the Girr specification the document claims to follow.
namexs:stringrequired      
documentation
Name that is used to identify the element.
                    Should therefore be unique in the context.
                    Even though arbitrary strings are allowed, C-syntax type strings,
                    in the English language, are recommended.
displayNamexs:string      
documentation
Name of the command as being displayed to the user.
                    Special characters and non-english languages are here appropriate.
commentxs:string      
documentation
Textual comment.
manufacturerxs:string      
modelxs:string      
deviceClassxs:string      
remoteNamexs:string      
documentation
Name of captured remote control as a component. Normally different from the name.
titlexs:string      
documentation
Textual title of the document.
identity constraints
  Name  Refer  Selector  Field(s)  
unique  uniqueLangsInNotesInRemote    notes  @xml:lang  
unique  uniqueNamesInCommandSets    commandSet  @name  
unique  uniqueApplicationsInApplicationData    applicationData  @application  
annotation
documentation
The element models an abstract remote, which is basically a collection of commands.
source <xs:element name="remote">
 
<xs:annotation>
   
<xs:documentation>The element models an abstract remote, which is basically a collection of commands.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="adminData" minOccurs="0"/>
     
<xs:element ref="notes" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:choice minOccurs="0" maxOccurs="unbounded">
       
<xs:element ref="applicationData"/>
       
<xs:element ref="html:img"/>
     
</xs:choice>
     
<xs:choice maxOccurs="unbounded">
       
<xs:element ref="commandSet" maxOccurs="unbounded"/>
       
<xs:element ref="xi:include"/>
     
</xs:choice>
   
</xs:sequence>
   
<xs:attributeGroup ref="girrVersion"/>
   
<xs:attributeGroup ref="nameAttributes"/>
   
<xs:attribute name="manufacturer" type="xs:string"/>
   
<xs:attribute name="model" type="xs:string"/>
   
<xs:attribute name="deviceClass" type="xs:string"/>
   
<xs:attribute name="remoteName" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Name of captured remote control as a component. Normally different from the name.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="title"/>
 
</xs:complexType>
 
<xs:unique name="uniqueLangsInNotesInRemote">
   
<xs:selector xpath="notes"/>
   
<xs:field xpath="@xml:lang"/>
 
</xs:unique>
 
<xs:unique name="uniqueNamesInCommandSets">
   
<xs:selector xpath="commandSet"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
 
<xs:unique name="uniqueApplicationsInApplicationData">
   
<xs:selector xpath="applicationData"/>
   
<xs:field xpath="@application"/>
 
</xs:unique>
</xs:element>

attribute remote/@manufacturer
type xs:string
properties
isRef 0
source <xs:attribute name="manufacturer" type="xs:string"/>

attribute remote/@model
type xs:string
properties
isRef 0
source <xs:attribute name="model" type="xs:string"/>

attribute remote/@deviceClass
type xs:string
properties
isRef 0
source <xs:attribute name="deviceClass" type="xs:string"/>

attribute remote/@remoteName
type xs:string
properties
isRef 0
annotation
documentation
Name of captured remote control as a component. Normally different from the name.
source <xs:attribute name="remoteName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of captured remote control as a component. Normally different from the name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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