2.2.4.2 locationType

The schema definition for the locationType data type is as follows:

 <xs:simpleType name="locationType">
   <xs:restriction base="xs:string">
      <xs:enumeration value="intranet"/>
      <xs:enumeration value="internet"/>
   </xs:restriction>
 </xs:simpleType>

 The locationType data type is a string type that can take only two possible values: "intranet" or "internet".