Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type AngleRangeType
Annotations
The AngleRangeType defines an angle range.
Diagram
Diagram Primitives_xsd_Simple_Type_D2Type.tmp#D2Type Primitives_xsd_Complex_Type_AngleRangeType.tmp#AngleRangeType_angularUnit
Type extension of D2Type
Type hierarchy
Used by
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngleRangeType.
Source
<xs:complexType name="AngleRangeType">
  <xs:annotation>
    <xs:documentation>The AngleRangeType defines an angle range.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="D2Type">
      <xs:attribute name="angularUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional angularUnit attribute defines the UnitName for the AngleRangeType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute AngleRangeType / @angularUnit
Annotations
The optional angularUnit attribute defines the UnitName for the AngleRangeType.
Type xs:token
Properties
content simple
Used by
Complex Type AngleRangeType
Source
<xs:attribute name="angularUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional angularUnit attribute defines the UnitName for the AngleRangeType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd