Definition Type: SimpleType
Name: ActivityRoutOfAdmin
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Identifies the rout of admin for a given activity.
-	list of rout of admin values can be found on the eClaimLink code lists page http://www.eclaimlink.ae/CodingSets.aspx
Collapse XSD Schema Diagram:
XSD Diagram of ActivityRoutOfAdmin
Collapse XSD Schema Code:
<xs:simpleType name="ActivityRoutOfAdmin">
    <xs:annotation>
        <xs:documentation>
        -	Identifies the rout of admin for a given activity.
        -	list of rout of admin values can be found on the eClaimLink code lists page http://www.eclaimlink.ae/CodingSets.aspx
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>