QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
correction | xs:boolean | false | optional | |||
format | restriction of xs:string | optional |
<xs:complexType name="CalibrationSourceIdentificationComplexType"> <xs:attribute name="format"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="other"/> <xs:enumeration value="sextractor"/> <xs:enumeration value="text"/> <xs:enumeration value="VOTable"/> <xs:enumeration value="XML"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="correction" type="xs:boolean" default="false"/> </xs:complexType> |