GPI/O Configuration Schema
Dolby
®
Digital Cinema System Manual Issue 0.92 (Preliminary) 85
</xs:complexType>
</xs:element>
<xs:element name="PulseOutput" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>A pulse output cue, with 500ms
width</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Cue name that will trigger this
pulse output</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attribute name="pin" type="PinNumber" use="required">
<xs:annotation>
<xs:documentation>The number of this output pin; duplicate
configurations for the same pin will be ignored and the first one will be
used</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="polarity" type="PinPolarity" use="required">
<xs:annotation>
<xs:documentation>The polarity for this pin; when the pin
fires, it will go to this polarity</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="CueType" use="optional">
<xs:annotation>
<xs:documentation>The type of this cue (lights, sound,
projector); used as for logical display in the UI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:simpleType name="PinPolarity">
<xs:annotation>
<xs:documentation>Polarity for pins; HIGH is the
default</xs:documentation>
</xs:annotation>