Showing:

Annotations
Diagrams
Properties
Source
Used by
Included schema VOUnits.xsd
Namespace http://localhost/xml/EPNRessource/EPNCore.xsd
Annotations
Planetary Science Data Model: definition of units metadata elements. 
To be replaced by IVOA's VOUnits schema.
Properties
attribute form default: unqualified
element form default: qualified
version: 1.0
Element psr:ExtendedUnit / psr:expression
Namespace http://voparis-europlanet.obspm.fr/xml/PSR/v1.0
Annotations
Expression of the unit (TBD).
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="expression" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Expression of the unit (TBD).</xs:documentation>
  </xs:annotation>
</xs:element>
Element psr:ExtendedUnit / psr:dimEquation
Namespace http://voparis-europlanet.obspm.fr/xml/PSR/v1.0
Annotations
Dimensional equation representation of the unit, formatted as
a string where M is mass, L is length, T is time, K is temperature, and Q
electric charge. For ease of notation , the caret "^" indicating powers of
ten can be removed - as is customary in Dimentional Analysis practices -
resulting in expressions like the following, which are equivalent: "ML-1T-3"
and "ML^-1T^-3"
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="dimEquation" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Dimensional equation representation of the unit, formatted as a string where M is mass, L is length, T is time, K is temperature, and Q electric charge. For ease of notation , the caret "^" indicating powers of ten can be removed - as is customary in Dimentional Analysis practices - resulting in expressions like the following, which are equivalent: "ML-1T-3" and "ML^-1T^-3"</xs:documentation>
  </xs:annotation>
</xs:element>
Element psr:ExtendedUnit / psr:scaleSI
Namespace http://voparis-europlanet.obspm.fr/xml/PSR/v1.0
Annotations
Scale system of the unit.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="scaleSI" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Scale system of the unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type psr:ExtendedUnit
Namespace http://voparis-europlanet.obspm.fr/xml/PSR/v1.0
Annotations
Definition of the extended unit type.
Diagram
Diagram VOUnits_xsd.tmp#ExtendedUnit_expression VOUnits_xsd.tmp#ExtendedUnit_dimEquation VOUnits_xsd.tmp#ExtendedUnit_scaleSI
Used by
Model psr:expression{0,1} , psr:dimEquation{0,1} , psr:scaleSI{0,1}
Children psr:dimEquation, psr:expression, psr:scaleSI
Source
<xs:complexType name="ExtendedUnit">
  <xs:annotation>
    <xs:documentation>Definition of the extended unit type.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="expression" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Expression of the unit (TBD).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="dimEquation" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Dimensional equation representation of the unit, formatted as a string where M is mass, L is length, T is time, K is temperature, and Q electric charge. For ease of notation , the caret "^" indicating powers of ten can be removed - as is customary in Dimentional Analysis practices - resulting in expressions like the following, which are equivalent: "ML-1T-3" and "ML^-1T^-3"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="scaleSI" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Scale system of the unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>