<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="Diameter" type="LinearValueType"><xs:annotation><xs:documentation>The Diameter element is the nominal diameter of the cylindrical segment.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Length" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the nominal length of the cylindrical segment from the start point in the direction of the cylindrical segment axis.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Bottom" type="BottomType" minOccurs="0"><xs:annotation><xs:documentation>The optional Bottom element is the bottom type of the cylindrical segment.</xs:documentation></xs:annotation></xs:element>
Complex Type CylindricalSegmentFeatureDefinitionType
Annotations
The CylindricalSegmentFeatureDefinitionType defines the cylindrical segment feature nominal information that can be common to one or more cylindrical segment features.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="CylindricalSegmentFeatureDefinitionType"><xs:annotation><xs:documentation>The CylindricalSegmentFeatureDefinitionType defines the cylindrical segment feature nominal information that can be common to one or more cylindrical segment features.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureDefinitionBaseType"><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="Diameter" type="LinearValueType"><xs:annotation><xs:documentation>The Diameter element is the nominal diameter of the cylindrical segment.</xs:documentation></xs:annotation></xs:element><xs:element name="Length" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Length element is the nominal length of the cylindrical segment from the start point in the direction of the cylindrical segment axis.</xs:documentation></xs:annotation></xs:element><xs:element name="Bottom" type="BottomType" minOccurs="0"><xs:annotation><xs:documentation>The optional Bottom element is the bottom type of the cylindrical segment.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>