HostIsCodeType

This attribute may be used in place or in addition to the Host.Code attribute to qualify the host in a generic way.
When the Host.Code is used, it is not really required to use this attribute. However in some cases, it is better to keep the host notion generic. In that case this attribute should be used.
/!\ Use this attribute only for general information purposes since without a code, no actual connection can be initiated.
§Recommendation: Use the precise Host.Code whenever possible because a generic attribute as this one will not provide any valid connectivity information.

Simple Type Information

Used By

Attribute HostType/@Is

Source

<xs:simpleType name="HostIsCodeType">
  <xs:annotation>
    <xs:appinfo>§Hist+DF+2012-01-2012+Add: To qualify a host in certain cases (like in a general task definition when actual host is not required)</xs:appinfo>
    <xs:documentation xml:lang="EN">This attribute may be used in place or in addition to the Host.Code attribute to qualify the host in a generic way. When the Host.Code is used, it is not really required to use this attribute. However in some cases, it is better to keep the host notion generic. In that case this attribute should be used. /!\ Use this attribute only for general information purposes since without a code, no actual connection can be initiated. §Recommendation: Use the precise Host.Code whenever possible because a generic attribute as this one will not provide any valid connectivity information.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Agency"/>
    <xs:enumeration value="GDS"/>
    <xs:enumeration value="Vendor"/>
  </xs:restriction>
</xs:simpleType>