Showing:

Annotations
Diagrams
Model
Source
Used by
Complex Type eml:CustomData
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
WITSML - Custom or User Defined Element and Attributes Component Schema.
Specify custom element, attributes, and types in the custom data area.
Diagram
Diagram
Used by
Model
ANY element from ANY namespace
Source
<xs:complexType name="CustomData">
  <xs:annotation>
    <xs:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data area.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique namespace.</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
</xs:complexType>