Definition Type: SimpleType
Name: TrueValueEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
This is used in the case of indicators that serve as "flags". The presence of the indicator element indicates that the associated condition is "true". This pattern is used where conveying a false condition for the indicator would not be meaningful or extraneous.
Collapse XSD Schema Diagram:
XSD Diagram of TrueValueEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="TrueValueEnumType">
    <xsd:annotation>
        <xsd:documentation>This is used in the case of indicators that 
serve as "flags". The presence of the indicator element indicates that the 
associated condition is "true". This pattern is used where conveying a false
condition for the indicator would not be meaningful or extraneous.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="true" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration true
Collapse Derivation Tree:
Collapse References:
nsA:CancelHireIndicator