Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneAreaCylindricalType / Cylinder
Annotations
The Cylinder element is the cylinder that defines the basic size and location of a cylindrical area.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_CenterPoint PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_Diameter PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_Axis PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_Length PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType
Type CylinderType
Properties
content complex
Children Axis, CenterPoint, Diameter, Length
Instance
<Cylinder xmlns="http://qifstandards.org/xsd/qif3">
  <CenterPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</CenterPoint>
  <Diameter decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Diameter>
  <Axis decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Axis>
  <Length decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Length>
</Cylinder>
Source
<xs:element name="Cylinder" type="CylinderType">
  <xs:annotation>
    <xs:documentation>The Cylinder element is the cylinder that defines the basic size and location of a cylindrical area.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneAreaCylindricalType
Annotations
The FeatureZoneAreaCylindricalType defines a feature zone as a cylinder area.
Diagram
Diagram Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_Label Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_FaceIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_EdgeIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType Features_xsd_Complex_Type_FeatureZoneAreaCylindricalType.tmp#FeatureZoneAreaCylindricalType_Cylinder
Type extension of FeatureZoneAreaBaseType
Type hierarchy
Used by
Children Attributes, Cylinder, EdgeIds, FaceIds, Label, SurfaceFeatureNominalId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneAreaCylindricalType">
  <xs:annotation>
    <xs:documentation>The FeatureZoneAreaCylindricalType defines a feature zone as a cylinder area.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneAreaBaseType">
      <xs:sequence>
        <xs:element name="Cylinder" type="CylinderType">
          <xs:annotation>
            <xs:documentation>The Cylinder element is the cylinder that defines the basic size and location of a cylindrical area.</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