Astro-Constants

 view release on metacpan or  search on metacpan

data/PhysicalConstants.xsd  view on Meta::CPAN

  <xs:element name="symbol">
    <xs:annotation>
      <xs:documentation xml:lang="en">
      The symbol element can contain a string of ascii characters
      or uses the symbolRepresentation definition in order to hold more information
    </xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:choice>
        <xs:element ref="symbolRepresentation" minOccurs="0"/>
      </xs:choice>
    </xs:complexType>
  </xs:element>
  <xs:element name="uncertainty">
    <xs:complexType mixed="true">
      <xs:attribute name="type" type="xs:string" use="required"/>
    </xs:complexType>
  </xs:element>
  <xs:element name="dimensions">
    <xs:annotation>
      <xs:documentation xml:lang="en">
	      The seven SI base units and their dimensions
	      as set out under BIPM in 2019
	      s    second    time
	      m    metre     length
	      kg   kilogram  mass
	      A    ampere    electric current
	      K	   kelvin    thermodynamic temperature
	      mol  mole      amount of substance (enplethy)
	      cd   candela   luminous intensity
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:attribute name="time" type="xs:integer" default="0"/>
      <xs:attribute name="length" type="xs:integer" default="0"/>
      <xs:attribute name="mass" type="xs:integer" default="0"/>
      <xs:attribute name="current" type="xs:integer" default="0"/>
      <xs:attribute name="temperature" type="xs:integer" default="0"/>
      <xs:attribute name="mole" type="xs:integer" default="0"/>
      <xs:attribute name="candela" type="xs:integer" default="0"/>
    </xs:complexType>
  </xs:element>
  <xs:element name="source">
    <xs:complexType>
      <xs:attribute name="url" type="xs:anyURI" use="required"/>
      <xs:attribute name="authority" type="xs:string"/>
      <xs:attribute name="year" type="xs:integer"/>
      <xs:attribute name="reference" type="xs:string"/>
    </xs:complexType>
  </xs:element>
  <xs:element name="categoryList">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="category" type="xs:string" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="symbolRepresentation">
    <xs:complexType>
      <xs:choice maxOccurs="6">
        <xs:element name="unicode" type="xs:string"/>
        <xs:element name="codepoint" type="xs:string"/>
        <xs:element name="description" type="xs:string"/>
        <xs:element name="latex" type="xs:string"/>
        <xs:element name="html" type="xs:string"/>
        <xs:element name="ascii" type="xs:string"/>
      </xs:choice>
    </xs:complexType>
  </xs:element>
  <xs:element name="deprecated">
    <xs:complexType>
      <xs:attribute name="date" type="xs:string" use="required"/>
      <xs:attribute name="version" type="xs:string" use="required"/>
    </xs:complexType>
  </xs:element>
</xs:schema>



( run in 0.725 second using v1.01-cache-2.11-cpan-39bf76dae61 )