Definition Type: Element
Name: ts_ct1_state
Type: unsignedByte:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
The is the state of the CT1 output. It must be 0 (low) or 1 (high).
Collapse XSD Schema Diagram:
XSD Diagram of ts_ct1_state
Collapse XSD Schema Code:
<xs:element name="ts_ct1_state" minOccurs="0">
    <xs:annotation>
        <xs:documentation>The is the state of the CT1 output. It must be 0 (low) or 1 (high). </xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:unsignedByte">
            <xs:enumeration value="0" />
            <xs:enumeration value="1" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1