Documentation for obj_object_profiled_data_schema

Complex Type: typeOptionalClassString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction) < abstractNameString (by restriction) < typeOptionalClassString (by extension)
Sub-types: None
Name typeOptionalClassString
Used by (from the same schema document) Complex Type cs_dtsFiber
Abstract no
Documentation A type with a classType attribute. This allows a user to give a classification of something, and to specify the type of classification that it is. There is no control over the class values, or the class types.
XML Instance Representation
<...
classType=" witsml:kindString [0..1]

'This identifies the classification system to which the class belongs.'

"
>
witsml:abstractNameString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="typeOptionalClassString">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractNameString ">
<xsd:attribute name="classType" type=" witsml:kindString " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>