CostComplexType

The contents are the "cost" of performing a certain task, expressed as a decimal number and the associated units as a string.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
units xs:string required
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="CostComplexType">
  <xs:annotation>
    <xs:documentation>The contents are the "cost" of performing a certain task, expressed as a decimal number and the associated units as a string.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="units" type="xs:string" use="required"/>
      <xs:attributeGroup ref="RTMLAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>