DescriptionComplexType

Arbitrary information about a parent element. Can include arbitrary XML (and hence RTML) but the content is not checked for syntax using the RTML schema (this is a handy central place for this definition in case it needs to be changed).

Complex Type Information

Model

ANY element from ANY namespace

Used By

Elements BadPixelsComplexType/Description, BiasComplexType/Description, CalibrationComplexType/Description, CalibrationObservationComplexType/Description, CameraComplexType/Description, CatalogueComplexType/Description, CoordinatesComplexType/Description, CosmicRaysComplexType/Description, DarkCurrentComplexType/Description, DateTimeConstraintComplexType/Description, DetectorComplexType/Description, DeviceComplexType/Description, EntryComplexType/Description, ExposureComplexType/Description, ExposureConstraintComplexType/Description, ExtinctionConstraintComplexType/Description, FieldOfViewConstraintComplexType/Description, FlatFieldComplexType/Description, FringingComplexType/Description, GainComplexType/Description, ImageDataComplexType/Description, MedianCountsConstraintComplexType/Description, MoonConstraintComplexType/Description, ObservationComplexType/Description, ObservatoryComplexType/Description, PhaseConstraintComplexType/Description, PositionConstraintComplexType/Description, ReadoutNoiseComplexType/Description, RejectionComplexType/Description, ScheduleComplexType/Description, SeeingConstraintComplexType/Description, SeriesConstraintComplexType/Description, SetupComplexType/Description, SkyConstraintComplexType/Description, SlitMaskComplexType/Description, SpectralEfficiencyComplexType/Description, SpectrographComplexType/Description, TargetBrightnessComplexType/Description, TargetBrightnessComplexType/Flux/Description, TargetComplexType/Description, TargetShapeComplexType/Description, TelescopeComplexType/Description, WaitConstraintComplexType/Description

Source

<xs:complexType name="DescriptionComplexType" mixed="true">
  <xs:annotation>
    <xs:documentation>Arbitrary information about a parent element. Can include arbitrary XML (and hence RTML) but the content is not checked for syntax using the RTML schema (this is a handy central place for this definition in case it needs to be changed).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>