Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element EllipseFeatureDefinitionType / InternalExternal
Annotations
The InternalExternal element indicates whether the feature is internal or external.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_InternalExternalEnumType.tmp#InternalExternalEnumType
Type InternalExternalEnumType
Properties
content simple
Facets
enumeration INTERNAL
enumeration EXTERNAL
enumeration NOT_APPLICABLE
Source
<xs:element name="InternalExternal" type="InternalExternalEnumType">
  <xs:annotation>
    <xs:documentation>The InternalExternal element indicates whether the feature is internal or external.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipseFeatureDefinitionType / MajorDiameter
Annotations
The MajorDiameter element is the nominal major diameter of the ellipse.
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="MajorDiameter" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The MajorDiameter element is the nominal major diameter of the ellipse.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipseFeatureDefinitionType / MinorDiameter
Annotations
The MinorDiameter element is the nominal minor diameter of the ellipse.
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="MinorDiameter" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The MinorDiameter element is the nominal minor diameter of the ellipse.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type EllipseFeatureDefinitionType
Annotations
The EllipseFeatureDefinitionType defines the ellipse feature nominal information that can be common to one or more ellipse features.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureDefinitionBaseType.tmp#FeatureDefinitionBaseType Features_xsd_Complex_Type_ShapeFeatureDefinitionBaseType.tmp#ShapeFeatureDefinitionBaseType Features_xsd_Complex_Type_CurveFeatureDefinitionBaseType.tmp#CurveFeatureDefinitionBaseType Features_xsd_Complex_Type_EllipseFeatureDefinitionType.tmp#EllipseFeatureDefinitionType_InternalExternal Features_xsd_Complex_Type_EllipseFeatureDefinitionType.tmp#EllipseFeatureDefinitionType_MajorDiameter Features_xsd_Complex_Type_EllipseFeatureDefinitionType.tmp#EllipseFeatureDefinitionType_MinorDiameter
Type extension of CurveFeatureDefinitionBaseType
Type hierarchy
Used by
Children Attributes, InternalExternal, MajorDiameter, MinorDiameter
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="EllipseFeatureDefinitionType">
  <xs:annotation>
    <xs:documentation>The EllipseFeatureDefinitionType defines the ellipse feature nominal information that can be common to one or more ellipse features.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveFeatureDefinitionBaseType">
      <xs:sequence>
        <xs:element name="InternalExternal" type="InternalExternalEnumType">
          <xs:annotation>
            <xs:documentation>The InternalExternal element indicates whether the feature is internal or external.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MajorDiameter" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The MajorDiameter element is the nominal major diameter of the ellipse.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MinorDiameter" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The MinorDiameter element is the nominal minor diameter of the ellipse.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd