Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:codeValues / tps:AttribValue
Namespace tps
Annotations
Represents the attributes of the code
Diagram
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Default Use
hasValue xs:boolean true optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="AttribValue">
  <xs:annotation>
    <xs:documentation>Represents the attributes of the code</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute default="true" name="hasValue" type="xs:boolean"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element tps:codeValues / tps:CodeString
Namespace tps
Annotations
Represents the values for each attribute
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="CodeString" type="xs:string">
  <xs:annotation>
    <xs:documentation>Represents the values for each attribute</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:codeValues / tps:ControlCode
Namespace tps
Annotations
Represents the control codes (maximum three)
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 3
Source
<xs:element maxOccurs="3" minOccurs="0" name="ControlCode" type="xs:string">
  <xs:annotation>
    <xs:documentation>Represents the control codes (maximum three)</xs:documentation>
  </xs:annotation>
</xs:element>
Attribute tps:codeValues / tps:AttribValue / @hasValue
Namespace No namespace
Type xs:boolean
Properties
default true
Used by
Source
<xs:attribute default="true" name="hasValue" type="xs:boolean"/>
Element Group tps:codeValues
Namespace tps
Annotations
Group of common values of a code
Diagram
Used by
Model
Children tps:AttribValue, tps:CodeString, tps:ControlCode
Source
<xs:group name="codeValues">
  <xs:annotation>
    <xs:documentation>Group of common values of a code</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="AttribValue">
      <xs:annotation>
        <xs:documentation>Represents the attributes of the code</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="xs:string">
            <xs:attribute default="true" name="hasValue" type="xs:boolean"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="CodeString" type="xs:string">
      <xs:annotation>
        <xs:documentation>Represents the values for each attribute</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="3" minOccurs="0" name="ControlCode" type="xs:string">
      <xs:annotation>
        <xs:documentation>Represents the control codes (maximum three)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>