Definition Type: SimpleType
Name: ClaimOccupationRelated
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes.xsd
Documentation:
-	The information if the encounter is related to the occupation.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimOccupationRelated
Collapse XSD Schema Code:
<xs:simpleType name="ClaimOccupationRelated">
    <xs:annotation>
        <xs:documentation>
			-	The information if the encounter is related to the occupation.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="yes" />
        <xs:enumeration value="no" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration yes
Enumeration no