Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:dlRawDataType / tps:OneWire
Namespace tps
Annotations
The value of the only wire
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="OneWire" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the only wire</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:dlRawDataType / tps:ThreeWire
Namespace tps
Annotations
The three wires are: top, middle and bottom
Diagram
Properties
content complex
Model
Children tps:BottomWire, tps:MidWire, tps:TopWire
Instance
<tps:ThreeWire xmlns:tps="tps">
  <tps:TopWire>{1,1}</tps:TopWire>
  <tps:MidWire>{1,1}</tps:MidWire>
  <tps:BottomWire>{1,1}</tps:BottomWire>
</tps:ThreeWire>
Source
<xs:element name="ThreeWire">
  <xs:annotation>
    <xs:documentation>The three wires are: top, middle and bottom</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TopWire" type="xs:double">
        <xs:annotation>
          <xs:documentation>The value of the top wire</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MidWire" type="xs:double">
        <xs:annotation>
          <xs:documentation>The value of the middle wire</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BottomWire" type="xs:double">
        <xs:annotation>
          <xs:documentation>The value of the bottom wire</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:dlRawDataType / tps:ThreeWire / tps:TopWire
Namespace tps
Annotations
The value of the top wire
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="TopWire" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the top wire</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:dlRawDataType / tps:ThreeWire / tps:MidWire
Namespace tps
Annotations
The value of the middle wire
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="MidWire" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the middle wire</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:dlRawDataType / tps:ThreeWire / tps:BottomWire
Namespace tps
Annotations
The value of the bottom wire
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="BottomWire" type="xs:double">
  <xs:annotation>
    <xs:documentation>The value of the bottom wire</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:dlRawDataType / tps:Undefined
Namespace tps
Annotations
Should we include this tag in MAXML? If yes, how many values shoul we define? one or three?
Diagram
Properties
content complex
Model
Children tps:Value1, tps:Value2, tps:Value3
Instance
<tps:Undefined xmlns:tps="tps">
  <tps:Value1>{1,1}</tps:Value1>
  <tps:Value2>{0,1}</tps:Value2>
  <tps:Value3>{0,1}</tps:Value3>
</tps:Undefined>
Source
<xs:element name="Undefined">
  <xs:annotation>
    <xs:documentation>Should we include this tag in MAXML? If yes, how many values shoul we define? one or three?</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Value1" type="xs:double"/>
      <xs:element minOccurs="0" name="Value2" type="xs:double"/>
      <xs:element minOccurs="0" name="Value3" type="xs:double"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:dlRawDataType / tps:Undefined / tps:Value1
Namespace tps
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Value1" type="xs:double"/>
Element tps:dlRawDataType / tps:Undefined / tps:Value2
Namespace tps
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Value2" type="xs:double"/>
Element tps:dlRawDataType / tps:Undefined / tps:Value3
Namespace tps
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Value3" type="xs:double"/>
Complex Type tps:dlRawDataType
Namespace tps
Annotations
A DL raw data can have one wire or three wires (otherwise it is undefined)
Diagram
Used by
Model
(tps:OneWire | tps:ThreeWire | tps:Undefined) , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:OneWire, tps:ThreeWire, tps:Undefined
Source
<xs:complexType name="dlRawDataType">
  <xs:annotation>
    <xs:documentation>A DL raw data can have one wire or three wires (otherwise it is undefined)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:element name="OneWire" type="xs:double">
        <xs:annotation>
          <xs:documentation>The value of the only wire</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ThreeWire">
        <xs:annotation>
          <xs:documentation>The three wires are: top, middle and bottom</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="TopWire" type="xs:double">
              <xs:annotation>
                <xs:documentation>The value of the top wire</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="MidWire" type="xs:double">
              <xs:annotation>
                <xs:documentation>The value of the middle wire</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="BottomWire" type="xs:double">
              <xs:annotation>
                <xs:documentation>The value of the bottom wire</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Undefined">
        <xs:annotation>
          <xs:documentation>Should we include this tag in MAXML? If yes, how many values shoul we define? one or three?</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Value1" type="xs:double"/>
            <xs:element minOccurs="0" name="Value2" type="xs:double"/>
            <xs:element minOccurs="0" name="Value3" type="xs:double"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>