element parameters
diagram girr_ns_p15.png
namespace http://www.harctoolbox.org/Girr
properties
content complex
children notes parameter
used by
elements command commandSet
attributes
Name  Type  Use  Default  Fixed  annotation
protocolxs:stringoptional      
documentation
Protocol name as known to e.g. IrpMaster.
identity constraints
  Name  Refer  Selector  Field(s)  
unique  uniqueLangInNotesInParameters    notes  @xml:lang  
unique  uniqueNamesInParameters    parameter  @name  
source <xs:element name="parameters">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="notes" minOccurs="0"/>
     
<xs:element ref="parameter" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="protocol" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>Protocol name as known to e.g. IrpMaster.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
 
<xs:unique name="uniqueLangInNotesInParameters">
   
<xs:selector xpath="notes"/>
   
<xs:field xpath="@xml:lang"/>
 
</xs:unique>
 
<xs:unique name="uniqueNamesInParameters">
   
<xs:selector xpath="parameter"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
</xs:element>

attribute parameters/@protocol
type xs:string
properties
isRef 0
use optional
annotation
documentation
Protocol name as known to e.g. IrpMaster.
source <xs:attribute name="protocol" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Protocol name as known to e.g. IrpMaster.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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