<xs:complexType name="stcResourceProfileType">
<xs:annotation>
<xs:documentation>Type for STC Resource Profile</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="stc:stcDescriptionType">
<xs:sequence>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="stc:AstroCoordSystem">
<xs:annotation>
<xs:documentation>The coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systems</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element ref="crd:AstroCoords">
<xs:annotation>
<xs:documentation>CoordSpec contains information on time and spatial resolution, errors, and pixelsizes (if fixed); typical best numbers are expected</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="stc:AstroCoordArea">
<xs:annotation>
<xs:documentation>The coverage area of the resource; the fill factor does not need to be 1.0</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="xs:ID" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType> |