Documentation for obj_object_profiled_data_schema

Simple Type: PhoneType

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < PhoneType (by restriction)
Sub-types: None
Name PhoneType
Used by (from the same schema document) Complex Type phoneNumberStruct
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'voice'|'fax'|'mobile'|'voice/fax'|'voicemail'|'pager'|'unknown'}
Documentation One method of characterizing a phone number. The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="PhoneType">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="voice"/>
<xsd:enumeration value="fax"/>
<xsd:enumeration value="mobile"/>
<xsd:enumeration value="voice/fax"/>
<xsd:enumeration value="voicemail"/>
<xsd:enumeration value="pager"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>