Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CircleFromConeType / Diameter
Annotations
The Diameter element is the cone diameter at which the circle will be constructed.
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="Diameter" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Diameter element is the cone diameter at which the circle will be constructed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element CircleFromConeType / Distance
Annotations
The Distance element is the distance from the cone vertex at which the circle will be constructed.
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="Distance" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Distance element is the distance from the cone vertex at which the circle will be constructed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type CircleFromConeType
Annotations
The CircleFromConeType defines the construction of a circle from a cone. The circle will be located either at a specified diameter on the cone or at a specified distance from the vertex of the cone.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_CircleFromConeType.tmp#CircleFromConeType_Diameter Features_xsd_Complex_Type_CircleFromConeType.tmp#CircleFromConeType_Distance
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children Diameter, Distance, NominalsCalculated
Source
<xs:complexType name="CircleFromConeType">
  <xs:annotation>
    <xs:documentation>The CircleFromConeType defines the construction of a circle from a cone. The circle will be located either at a specified diameter on the cone or at a specified distance from the vertex of the cone.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:choice>
        <xs:element name="Diameter" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The Diameter element is the cone diameter at which the circle will be constructed.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Distance" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The Distance element is the distance from the cone vertex at which the circle will be constructed.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd