IVOA identifier of the filter profile service where this photometry filter is registered to be used in the discovery of all the relevant photometry filter properties.
<xsd:element name="fPSidentifier" type="ivoIdentifier"><xsd:annotation><xsd:documentation>IVOA identifier of the filter profile service where this photometry filter is registered to be used in the discovery of all the relevant photometry filter properties.</xsd:documentation></xsd:annotation></xsd:element>
This string contains a human readable representation of the filter name. This will allow client applications to display information to the final user. Example: SDSS.G
Diagram
Type
xsd:string
Properties
content:
simple
Source
<xsd:element name="name" type="xsd:string"><xsd:annotation><xsd:documentation>This string contains a human readable representation of the filter name. This will allow client applications to display information to the final user. Example: SDSS.G</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="description" type="URIType"><xsd:annotation><xsd:documentation source="documentation">A URI that points to some documentation web page on the filter, generally at the instrument documentation page.</xsd:documentation></xsd:annotation></xsd:element>
The name of the band.For intance u, b,v,r,i , used mainly for human interpretation. Data discovery is better achieved using standards identifiers.
Diagram
Type
xsd:string
Properties
content:
simple
Source
<xsd:element name="bandname" type="xsd:string"><xsd:annotation><xsd:documentation source="documentation">The name of the band. For intance u, b,v,r,i , used mainly for human interpretation. Data discovery is better achieved using standards identifiers.</xsd:documentation></xsd:annotation></xsd:element>
the usual name of the photometric system used for calibration. Ex , Sloan , Johnson, ...
Diagram
Type
xsd:string
Properties
content:
simple
Source
<xsd:element name="name" type="xsd:string"><xsd:annotation><xsd:documentation source="documentation">the usual name of the photometric system used for calibration. Ex , Sloan , Johnson, ...</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="detectorType" type="TypeOfDetector"><xsd:annotation><xsd:documentation source="documentation">Type of detector , energy or photon counter.</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="descriptionURI" type="URIType" minOccurs="0"><xsd:annotation><xsd:documentation source="documentation">A pointer to a description webpage or document, if necessary</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="type" type="ZPType"><xsd:annotation><xsd:documentation source="documentation">The type of the Zero point measurement. Default is 0 for Pogson magnitudes</xsd:documentation></xsd:annotation></xsd:element>
<xsd:element name="typeMag" type="TypeOfMagSystem"><xsd:annotation><xsd:documentation source="documentation">the name of the magnitude system.</xsd:documentation></xsd:annotation></xsd:element>
<xsd:complexType name="PhotCalType"><xsd:annotation><xsd:documentation>A class to combine all calibration information for photometry. Re-used by reference from the FluxFrame object defined in Spectrum 1.2</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="zeropointRef" type="xsd:IDREF"/><xsd:element name="photometryFilterRef" type="xsd:IDREF"/><xsd:element name="CoordSysRef" type="xsd:IDREF"/></xsd:sequence><xsd:attribute name="ID" type="xsd:ID"/></xsd:complexType>
Complex Type PhotometryFilterType
Namespace
http://www.ivoa.net/xml/Phot/Photv1-0.xsd
Annotations
A string based on the following expression : Facility/Subcategory/Band[/Suffix]where Facility is the telescope, observatory, space mission, etc that has this filter, Subcategory is a meaningful classification of filters within a facility (usually instrument), Band is the generic name used to describe the wavelength band used by this filter and Suffix is optional metadata added to the unique identifier string to ensure uniqueness.
<xsd:complexType name="PhotometryFilterType"><xsd:annotation><xsd:documentation>A string based on the following expression : Facility/Subcategory/Band[/Suffix] where Facility is the telescope, observatory, space mission, etc that has this filter, Subcategory is a meaningful classification of filters within a facility (usually instrument), Band is the generic name used to describe the wavelength band used by this filter and Suffix is optional metadata added to the unique identifier string to ensure uniqueness.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="photSysRef" type="base:Reference"/><xsd:element name="identifier" type="xsd:string"/><xsd:element name="fPSidentifier" type="ivoIdentifier"><xsd:annotation><xsd:documentation>IVOA identifier of the filter profile service where this photometry filter is registered to be used in the discovery of all the relevant photometry filter properties.</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="name" type="xsd:string"><xsd:annotation><xsd:documentation>This string contains a human readable representation of the filter name. This will allow client applications to display information to the final user. Example: SDSS.G</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="description" type="URIType"><xsd:annotation><xsd:documentation source="documentation">A URI that points to some documentation web page on the filter, generally at the instrument documentation page.</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="transmissionCurve" type="TransmissionCurveType"/><xsd:element name="bandname" type="xsd:string"><xsd:annotation><xsd:documentation source="documentation">The name of the band. For intance u, b,v,r,i , used mainly for human interpretation. Data discovery is better achieved using standards identifiers.</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="spectralAxis" type="SpectralAxisType"/><xsd:element name="dateValidityFrom" type="ISOTimeType"/><xsd:element name="dateValidityTo" type="ISOTimeType"/></xsd:sequence><xsd:attribute name="ID" type="xsd:ID"/></xsd:complexType>
<xsd:simpleType name="ivoIdentifier"><xsd:annotation><xsd:documentation>a string built according to IVOA identifier rules</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"></xsd:restriction></xsd:simpleType>
This schema supports only the case of transmission curve profile stored in an external file and points to it via an URI.Table data can be handled differently in VOTable serialisation for instance.
<xsd:complexType name="TransmissionCurveType"><xsd:annotation><xsd:documentation>This schema supports only the case of transmission curve profile stored in an external file and points to it via an URI. Table data can be handled differently in VOTable serialisation for instance.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="access" type="AccessType"/></xsd:sequence><xsd:attribute name="ID" type="xsd:ID"/></xsd:complexType>
This describes the links to the data with parameters for the retrieval. Here in this context, this general class allows to get to the data points of the transmission curve.
<xsd:complexType name="AccessType"><xsd:annotation><xsd:documentation source="documentation">This describes the links to the data with parameters for the retrieval. Here in this context, this general class allows to get to the data points of the transmission curve.</xsd:documentation></xsd:annotation><xsd:sequence><xsd:element name="format" type="FormatType"/><xsd:element name="reference" type="URIType"/><xsd:element name="size" type="xsd:double" minOccurs="0"/></xsd:sequence></xsd:complexType>
<xsd:complexType name="SpectralAxisType"><xsd:sequence><xsd:element name="coverage" type="S_Coverage"/><xsd:element name="unit" type="IVOA_unit"/><xsd:element name="UCD" type="IVOA_ucd"/><xsd:element name="coordSysRef" type="base:Reference"/><!-- points to the coordinate system used to record spectral values along the filter profile (transmission curve) --></xsd:sequence></xsd:complexType>
<xsd:simpleType name="IVOA_unit"><xsd:annotation><xsd:documentation>a string representation for units in the IVOA standards</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"></xsd:restriction></xsd:simpleType>
Simple Type IVOA_ucd
Namespace
http://www.ivoa.net/xml/Phot/Photv1-0.xsd
Annotations
a string representation for UCD in the IVOA standards
<xsd:simpleType name="IVOA_ucd"><xsd:annotation><xsd:documentation>a string representation for UCD in the IVOA standards</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"></xsd:restriction></xsd:simpleType>
Simple Type ISOTimeType
Namespace
http://www.ivoa.net/xml/Phot/Photv1-0.xsd
Annotations
a string representation for time following ISO standard
<xsd:simpleType name="ISOTimeType"><xsd:annotation><xsd:documentation>a string representation for time following ISO standard</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"></xsd:restriction></xsd:simpleType>
<xsd:complexType name="PhotometricSystemType"><xsd:sequence><xsd:element name="name" type="xsd:string"><xsd:annotation><xsd:documentation source="documentation">the usual name of the photometric system used for calibration. Ex , Sloan , Johnson, ...</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="detectorType" type="TypeOfDetector"><xsd:annotation><xsd:documentation source="documentation">Type of detector , energy or photon counter.</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="descriptionURI" type="URIType" minOccurs="0"><xsd:annotation><xsd:documentation source="documentation">A pointer to a description webpage or document, if necessary</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence><xsd:attribute name="ID" type="xsd:ID"/></xsd:complexType>
Simple Type TypeOfDetector
Namespace
http://www.ivoa.net/xml/Phot/Photv1-0.xsd
Annotations
Type of detector.Possible values are :(default), for Energy amplifiers devices. 1, for Photon Counter, like CCDs or photomultipliers. This allows to distinguish between two types of detectors.This piece of information is used to interpret how to calculate the flux average in, e.g., the synthetic photometry calculations.
<xsd:simpleType name="TypeOfDetector"><xsd:annotation><xsd:documentation>Type of detector.Possible values are :(default), for Energy amplifiers devices. 1, for Photon Counter, like CCDs or photomultipliers. This allows to distinguish between two types of detectors.This piece of information is used to interpret how to calculate the flux average in, e.g., the synthetic photometry calculations.</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:integer"><xsd:enumeration value="0"/><xsd:enumeration value="1"/></xsd:restriction></xsd:simpleType>
<xsd:complexType name="ZeroPointType"><!-- all-in-one type of Zeropoint :
- the only diffrence between the various types
Pogson, Asinh and Linear is the softening parameter included optionnaly here.
- ZPtype differentiates between the 3
--><xsd:sequence><xsd:element name="type" type="ZPType"><xsd:annotation><xsd:documentation source="documentation">The type of the Zero point measurement. Default is 0 for Pogson magnitudes</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="Flux" type="PhysicalQuantityDouble"/><xsd:element name="referenceMagnitude" type="PhysicalQuantityDouble"/><xsd:element name="softeningParameter" type="xsd:double" minOccurs="0"/></xsd:sequence><xsd:attribute name="ID" type="xsd:ID"/></xsd:complexType>
<xsd:simpleType name="ZPType"><xsd:restriction base="xsd:integer"><xsd:annotation><xsd:documentation>zeropoint encoding: - 0 for Pogson type - 1 for Asinh type, then the 'softeningParameter' element of Zeropoint is filled - 2 for linear type</xsd:documentation></xsd:annotation><xsd:enumeration value="0"/><xsd:enumeration value="1"/><xsd:enumeration value="2"/></xsd:restriction></xsd:simpleType>
<xsd:complexType name="MagnitudeSystemType"><xsd:sequence><xsd:element name="typeMag" type="TypeOfMagSystem"><xsd:annotation><xsd:documentation source="documentation">the name of the magnitude system.</xsd:documentation></xsd:annotation></xsd:element><xsd:element name="descriptionURI" type="URIType"/><xsd:element name="referenceSpectrumURI" type="URIType"/><!-- URL, pointing to a published IVOA resource location containing the reference spectrum used --></xsd:sequence><xsd:attribute name="ID" type="xsd:ID"/></xsd:complexType>