Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:observationInfoPrismType / tps:Name
Namespace tps
Annotations
The name of the prism
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the prism</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:observationInfoPrismType / tps:Constant
Namespace tps
Annotations
The constant of the prism, in millimeters
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Constant" type="xs:double">
  <xs:annotation>
    <xs:documentation>The constant of the prism, in millimeters</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:observationInfoPrismType
Namespace tps
Annotations
The information about a prism
Diagram
Used by
Model
tps:Name , tps:Constant , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Constant, tps:Name
Source
<xs:complexType name="observationInfoPrismType">
  <xs:annotation>
    <xs:documentation>The information about a prism</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the prism</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Constant" type="xs:double">
      <xs:annotation>
        <xs:documentation>The constant of the prism, in millimeters</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>