element raw
diagram girr_ns_p16.png
namespace http://www.harctoolbox.org/Girr
properties
content complex
children intro repeat ending
used by
element command
attributes
Name  Type  Use  Default  Fixed  annotation
frequencyxs:nonNegativeInteger      
documentation
Carrier frequency in Hz.
dutyCyclebetween0and1      
documentation
Duty cycle of modulation signal, between 0 and 1.
T  0    
documentation
Toggle value, the "T" parameter in many protocols.
annotation
documentation
Models a raw IR signal, with into, repeat, and ending sequence (any of these may be empty).
source <xs:element name="raw">
 
<xs:annotation>
   
<xs:documentation>Models a raw IR signal, with into, repeat, and ending sequence (any of these may be empty).</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="intro" minOccurs="0"/>
     
<xs:sequence minOccurs="0">
       
<xs:element ref="repeat"/>
       
<xs:element ref="ending" minOccurs="0"/>
     
</xs:sequence>
   
</xs:sequence>
   
<xs:attribute name="frequency" type="xs:nonNegativeInteger">
     
<xs:annotation>
       
<xs:documentation>Carrier frequency in Hz.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dutyCycle" type="between0and1">
     
<xs:annotation>
       
<xs:documentation>Duty cycle of modulation signal, between 0 and 1.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute ref="T"/>
 
</xs:complexType>
</xs:element>

attribute raw/@frequency
type xs:nonNegativeInteger
properties
isRef 0
annotation
documentation
Carrier frequency in Hz.
source <xs:attribute name="frequency" type="xs:nonNegativeInteger">
 
<xs:annotation>
   
<xs:documentation>Carrier frequency in Hz.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute raw/@dutyCycle
type between0and1
properties
isRef 0
facets
Kind Value annotation 
minExclusive 0.0 
maxExclusive 1.0 
annotation
documentation
Duty cycle of modulation signal, between 0 and 1.
source <xs:attribute name="dutyCycle" type="between0and1">
 
<xs:annotation>
   
<xs:documentation>Duty cycle of modulation signal, between 0 and 1.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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