RTMLAttributes

<P>The attributes potentially needed by every RTML element:
  <UL>
    <LI>id (local key of an element), the normal XML id with the normal XML constraints (not many non-alphabetic characters allowed!);</LI>
    <LI>ref (reference to local id (e.g. ref="myID");</LI>
    <LI>uref, a reference to a non-local unique id of a document plus optional reference to a ref within the document (e.g. uref="rtml://DE.Uni-Goettingen.MONET/abcdefg#myID").</LI>
  </UL>
</P>
<P>Changes:
  <UL>
    <LI>2009-JUN-26: added rdf to let one label elements as RDF/SKOS vocabulary terms.</LI>
  </UL>
</P>

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Complex Types AgentComplexType, AirmassConstraintComplexType, AltitudeComplexType, ApertureComplexType, ApertureConstraintComplexType, AzimuthComplexType, BadPixelsComplexType, BiasComplexType, CalibrationComplexType, CalibrationObservationComplexType, CameraComplexType, CatalogueComplexType, CatalogueConstraintComplexType, CommunicationComplexType, ContactComplexType, CoordinatesComplexType, CosmicRaysComplexType, CostComplexType, DarkCurrentComplexType, DateTimeConstraintComplexType, DeclinationComplexType, DetectorComplexType, DeviceComplexType, DoubleValueDegreesUnitsComplexType, EntryComplexType, ExposureComplexType, ExposureConstraintComplexType, ExtinctionConstraintComplexType, FieldOfViewConstraintComplexType, FilterComplexType, FilterWheelComplexType, FlatFieldComplexType, FocalLengthComplexType, FringingComplexType, GainComplexType, GratingComplexType, HistoryComplexType, ImageDataComplexType, InstitutionComplexType, LocationComplexType, MedianCountsConstraintComplexType, MirrorsComplexType, MoonConstraintComplexType, ObservationComplexType, ObservatoryComplexType, ObservingPeriodComplexType, PhaseConstraintComplexType, PipelineComplexType, PlateScaleComplexType, PositionAngleComplextType, PositionConstraintComplexType, ProbabilityComplextType, ProjectComplexType, ReadoutNoiseComplexType, RejectionComplexType, RightAscensionComplexType, ScheduleComplexType, ScoringComplexType, SeeingConstraintComplexType, SeriesConstraintComplexType, SetupComplexType, SkyConstraintComplexType, SlitComplexType, SlitMaskComplexType, SourceCatalogueComplexType, SpectrographComplexType, TargetBrightnessComplexType, TargetComplexType, TargetShapeComplexType, TargetVisitComplexType, TelescopeComplexType, TimeAllocationComplexType, TrackRateComplexType, UsernameComplexType, VelocityComplexType, WaitConstraintComplexType, WeatherParticlesComplexType, WeatherRelativeHumidityComplexType, WeatherReportOrConstraintComplexType, WeatherSeeingComplexType, WeatherTemperatureComplexType, WeatherWindDirectionComplexType, WeatherWindSpeedComplexType
Elements PipelineComplexType/InputImage, PipelineComplexType/OutputImage

Source

<xs:attributeGroup name="RTMLAttributes">
  <xs:annotation>
    <xs:documentation>
      <P>The attributes potentially needed by every RTML element:
        <UL>
          <LI>id (local key of an element), the normal XML id with the normal XML constraints (not many non-alphabetic characters allowed!);</LI>
          <LI>ref (reference to local id (e.g. ref="myID");</LI>
          <LI>uref, a reference to a non-local unique id of a document plus optional reference to a ref within the document (e.g. uref="rtml://DE.Uni-Goettingen.MONET/abcdefg#myID").</LI>
        </UL>
      </P>
      <P>Changes:
        <UL>
          <LI>2009-JUN-26: added rdf to let one label elements as RDF/SKOS vocabulary terms.</LI>
        </UL>
      </P>
    </xs:documentation>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="ref" type="xs:IDREF"/>
  <xs:attribute name="uref" type="UniqueNamesSimpleType"/>
  <xs:attribute name="rdf" type="xs:anyURI"/>
</xs:attributeGroup>