Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:codeTypeLegacy / tps:CodeDescription
Namespace tps
Annotations
A reference to the Description of this Code
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="CodeDescription">
  <xs:annotation>
    <xs:documentation>A reference to the Description of this Code</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:codeTypeLegacy
Namespace tps
Annotations
A code of a point (legacy, must not be used for new elements)
Diagram
Used by
Model
tps:CodeDescription , tps:AttribValue* , tps:CodeString* , tps:ControlCode{0,3} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:AttribValue, tps:CodeDescription, tps:CodeString, tps:ControlCode
Source
<xs:complexType name="codeTypeLegacy">
  <xs:annotation>
    <xs:documentation>A code of a point (legacy, must not be used for new elements)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CodeDescription">
      <xs:annotation>
        <xs:documentation>A reference to the Description of this Code</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="idRef" type="xs:IDREF"/>
      </xs:complexType>
    </xs:element>
    <xs:group ref="tps:codeValues"/>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>
Attribute tps:codeTypeLegacy / tps:CodeDescription / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>