| diagram | ![]() |
||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | intro repeat ending | ||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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:complexType> </xs:element> |
| type | xs:nonNegativeInteger | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="frequency" type="xs:nonNegativeInteger"> <xs:annotation> <xs:documentation>Carrier frequency in Hz.</xs:documentation> </xs:annotation> </xs:attribute> |
| type | between0and1 | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| 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> |