complexType rawsequence
diagram girr_ns_p21.png
namespace http://www.harctoolbox.org/Girr
properties
mixed true
children flash gap
used by
elements ending intro repeat
annotation
documentation
Models a raw IR sequence, defined by its durations.
                This should be either a sequence of numbers, or alternating flash and gap elements.
                Unfortunately, this cannot be described in XML Schemas :-(.
source <xs:complexType name="rawsequence" mixed="true">
 
<xs:annotation>
   
<xs:documentation>Models a raw IR sequence, defined by its durations.
                This should be either a sequence of numbers, or alternating flash and gap elements.
                Unfortunately, this cannot be described in XML Schemas :-(.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence minOccurs="0" maxOccurs="unbounded">
   
<xs:element ref="flash"/>
   
<xs:element ref="gap"/>
 
</xs:sequence>
</xs:complexType>


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