complexType "cha:CharacterisationAxisType"
Namespace:
Content:
complex, 14 elements
Defined:
Includes:
definitions of 14 elements
Used:
XML Representation Summary
<...>
   
Content: 
cha:axisName, cha:ucd, cha:unit, cha:coordsystem, cha:ObsyLoc?, cha:accuracy?, cha:independentAxis?, cha:calibrationStatus, cha:numBins, cha:undersamplingStatus?, cha:regularsamplingStatus?, cha:coverage, cha:resolution?, cha:samplingPrecision?
</...>
Content Model Elements (14):
Known Direct Subtypes (3):
All Direct / Indirect Based Elements (6):
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="CharacterisationAxisType">
<xsd:sequence>
<xsd:element name="axisName" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
A name representing the physical nature of the axis like Spatial, Spectral, Time, Velocity or any other free name for an axis
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ucd" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
The physical meaning of the axis,
Type: standard semantic tag defined in the UCD list.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="unit" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
default unit for the axis:
Type: controlled unit vocabulary following the VOTable units definitions
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="coordsystem" type="stc:astroCoordSystemType">
<xsd:annotation>
<xsd:documentation>
Reference coordinate system for the axis:
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ObsyLoc" type="stc:observatoryLocationType">
<xsd:annotation>
<xsd:documentation>
Observatory location
Type: a STC:observatoryLocationType or an xlink
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="accuracy" type="cha:AccuracyType">
<xsd:annotation>
<xsd:documentation>
Global accuracy description of the axis
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="independentAxis" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
Indicates wether the axis is independent or not from the other axes. The Observable axis
has a false independentAxis "value"
Type : boolean
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calibrationStatus" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
defines if and how the axis is calibrated:
Possible String values: CALIBRATED, UNCALIBRATED, RELATIVE, NORMALIZED
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="cha:numBins">
<xsd:annotation>
<xsd:documentation>
Number of bins for this axis.
Type : array of 1 2 or 3 integers
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="undersamplingStatus" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
A flag to mention wether the data are undersampled.
Type: boolean
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="regularsamplingStatus" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
A flag to mention wether the data are regularly sampled.
Type : boolean
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="coverage" type="cha:CoverageType"/>
<xsd:element minOccurs="0" name="resolution" type="cha:ResolutionType"/>
<xsd:element minOccurs="0" name="samplingPrecision" type="cha:SamplingPrecisionType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 14)
cha:accuracy
Type:
cha:AccuracyType, complex content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
Global accuracy description of the axis
XML Source (see within schema source)
<xsd:element minOccurs="0" name="accuracy" type="cha:AccuracyType">
<xsd:annotation>
<xsd:documentation>
Global accuracy description of the axis
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:axisName
Type:
xsd:anyType, mixed content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
A name representing the physical nature of the axis like Spatial, Spectral, Time, Velocity or any other free name for an axis
XML Source (see within schema source)
<xsd:element name="axisName" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
A name representing the physical nature of the axis like Spatial, Spectral, Time, Velocity or any other free name for an axis
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:calibrationStatus
Type:
xsd:anyType, mixed content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
defines if and how the axis is calibrated: Possible String values: CALIBRATED, UNCALIBRATED, RELATIVE, NORMALIZED
XML Source (see within schema source)
<xsd:element name="calibrationStatus" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
defines if and how the axis is calibrated:
Possible String values: CALIBRATED, UNCALIBRATED, RELATIVE, NORMALIZED
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:coordsystem
Type:
stc:astroCoordSystemType, complex content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
Reference coordinate system for the axis:
XML Source (see within schema source)
<xsd:element name="coordsystem" type="stc:astroCoordSystemType">
<xsd:annotation>
<xsd:documentation>
Reference coordinate system for the axis:
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:coverage
Type:
cha:CoverageType, complex content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
XML Source (see within schema source)
<xsd:element name="coverage" type="cha:CoverageType"/>

cha:independentAxis
Type:
xsd:anyType, mixed content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
Indicates wether the axis is independent or not from the other axes. The Observable axis has a false independentAxis "value" Type : boolean
XML Source (see within schema source)
<xsd:element minOccurs="0" name="independentAxis" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
Indicates wether the axis is independent or not from the other axes. The Observable axis
has a false independentAxis "value"
Type : boolean
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:numBins
Type:
xsd:anyType, mixed content
Abstract:
(may not be used directly in instance XML documents)
Defined:
by reference within (this) cha:CharacterisationAxisType complexType
Number of bins for this axis. Type : array of 1 2 or 3 integers
XML Source (see within schema source)
<xsd:element ref="cha:numBins">
<xsd:annotation>
<xsd:documentation>
Number of bins for this axis.
Type : array of 1 2 or 3 integers
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:ObsyLoc
Type:
Defined:
locally within (this) cha:CharacterisationAxisType complexType
Observatory location Type: a STC:observatoryLocationType or an xlink
XML Source (see within schema source)
<xsd:element minOccurs="0" name="ObsyLoc" type="stc:observatoryLocationType">
<xsd:annotation>
<xsd:documentation>
Observatory location
Type: a STC:observatoryLocationType or an xlink
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:regularsamplingStatus
Type:
xsd:anyType, mixed content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
A flag to mention wether the data are regularly sampled. Type : boolean
XML Source (see within schema source)
<xsd:element minOccurs="0" name="regularsamplingStatus" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
A flag to mention wether the data are regularly sampled.
Type : boolean
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:resolution
Type:
cha:ResolutionType, complex content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
XML Source (see within schema source)
<xsd:element minOccurs="0" name="resolution" type="cha:ResolutionType"/>

cha:samplingPrecision
Type:
cha:SamplingPrecisionType, complex content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
XML Source (see within schema source)
<xsd:element minOccurs="0" name="samplingPrecision" type="cha:SamplingPrecisionType"/>

cha:ucd
Type:
xsd:anyType, mixed content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
The physical meaning of the axis, Type: standard semantic tag defined in the UCD list.
XML Source (see within schema source)
<xsd:element name="ucd" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
The physical meaning of the axis,
Type: standard semantic tag defined in the UCD list.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:undersamplingStatus
Type:
xsd:anyType, mixed content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
A flag to mention wether the data are undersampled. Type: boolean
XML Source (see within schema source)
<xsd:element minOccurs="0" name="undersamplingStatus" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
A flag to mention wether the data are undersampled.
Type: boolean
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cha:unit
Type:
xsd:anyType, mixed content
Defined:
locally within (this) cha:CharacterisationAxisType complexType
default unit for the axis: Type: controlled unit vocabulary following the VOTable units definitions
XML Source (see within schema source)
<xsd:element name="unit" type="xsd:anyType">
<xsd:annotation>
<xsd:documentation>
default unit for the axis:
Type: controlled unit vocabulary following the VOTable units definitions
</xsd:documentation>
</xsd:annotation>
</xsd:element>

This XML schema documentation has been generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set.
DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-end XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support more than 300 template parameters (working the same as "options" of an ordinary doc-gen), which will give you an unprecedented control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To enable/disable documenting of the initial, imported, included and redefined XML schemas selectively.
  • To document local element components both globally and locally (similar to attributes).
  • To enable/disable reproducing of namespace prefixes.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in the form of a single HTML file.
  • To use the same template to generate the incredible quality RTF documentation.
  • To document only selected XML schema components specified by name.
  • To remove this very advertisement text
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML SDK and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for DocFlex/XML SDK will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note: By purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the result of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To buy a license, please follow this link: http://www.filigris.com/shop/