Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CircularUnitAreaType / CircularUnitAreaDiameter
Annotations
The CircularUnitAreaDiameter element is the length in linear units of the diameter of the circular region.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="CircularUnitAreaDiameter" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The CircularUnitAreaDiameter element is the length in linear units of the diameter of the circular region.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type CircularUnitAreaType
Annotations
The CircularUnitAreaType defines a circular region.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_CircularUnitAreaType.tmp#CircularUnitAreaType_CircularUnitAreaDiameter
Used by
Children CircularUnitAreaDiameter
Source
<xs:complexType name="CircularUnitAreaType">
  <xs:annotation>
    <xs:documentation>The CircularUnitAreaType defines a circular region.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CircularUnitAreaDiameter" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The CircularUnitAreaDiameter element is the length in linear units of the diameter of the circular region.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd