Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Complex Type witsml:Cost
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The price of an item, with a currency indication.
Diagram
DiagramWitsmlCommon_xsd_Complex_Type_witsml_Cost.tmp#Cost_currency
Used by
Model
Attributes
QName Type Use Annotation
currency eml:String64 required
Currency used for this Cost.
Source
<xs:complexType name="Cost">
  <xs:annotation>
    <xs:documentation>The price of an item, with a currency indication.</xs:documentation>
  </xs:annotation>
  <xs:sequence/>
  <xs:attribute name="currency" use="required" type="eml:String64">
    <xs:annotation>
      <xs:documentation>Currency used for this Cost.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute witsml:Cost / @currency
Namespace No namespace
Annotations
Currency used for this Cost.
Type eml:String64
Type hierarchy
Properties
use required
Facets
maxLength 64
Used by
Complex Type witsml:Cost
Source
<xs:attribute name="currency" use="required" type="eml:String64">
  <xs:annotation>
    <xs:documentation>Currency used for this Cost.</xs:documentation>
  </xs:annotation>
</xs:attribute>