Documentation for obj_object_profiled_data_schema

Simple Type: AddressQualifier

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractTypeEnum (by restriction) < AddressQualifier (by restriction)
Sub-types: None
Name AddressQualifier
Used by (from the same schema document) Complex Type emailQualifierStruct , Complex Type phoneNumberStruct
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
  • length <= 40
  • value comes from list: {'personal'|'work'|'permanent'|'unknown'}
Documentation What kind of email (or phone) is this? Is it a work phone? Or personal? Or is a permanent one? The list of standard values is contained in the PRODML enumValues.xml file.
Diagram
Schema Component Representation
<xsd:simpleType name="AddressQualifier">
<xsd:restriction base=" witsml:abstractTypeEnum ">
<xsd:enumeration value="personal"/>
<xsd:enumeration value="work"/>
<xsd:enumeration value="permanent"/>
<xsd:enumeration value="unknown"/>
</xsd:restriction>
</xsd:simpleType>