crd:StringCoordinate

Generic string coordinate element

Element Information

Model

Children: crd:Name, crd:Value

Attributes

QName Type Fixed Default Use Inheritable Annotation
unit xs:string optional

Source

<xs:element name="StringCoordinate" substitutionGroup="crd:Coordinate">
  <xs:annotation>
    <xs:documentation>Generic string coordinate element</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="crd:coordinateType">
        <xs:sequence>
          <xs:element name="Value" type="xs:string"/>
        </xs:sequence>
        <xs:attribute name="unit" type="xs:string" use="optional"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample