Rectangular

Element Information

Model

Children: Height, Width

Attributes

QName Type Fixed Default Use Inheritable Annotation
units xs:string arcseconds optional

Source

<xs:element name="Rectangular">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Width" type="xs:double"/>
      <xs:element name="Height" type="xs:double"/>
    </xs:sequence>
    <xs:attribute name="units" type="xs:string" fixed="arcseconds"/>
  </xs:complexType>
</xs:element>

Sample