Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element FlatTaperCharacteristicNominalType / Distance
Annotations
The Distance element is the distance over which the slope applies. The TargetValue element in the LinearCharacteristicNominalBaseType is the difference in heights over this distance.
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 over which the slope applies. The TargetValue element in the LinearCharacteristicNominalBaseType is the difference in heights over this distance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type FlatTaperCharacteristicNominalType
Annotations
The FlatTaperCharacteristicNominalType defines a unique flat taper characteristic nominal with a slope expressed as a difference in heights over a distance.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDefinitionId Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureNominalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureZoneIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityInternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityExternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_Name Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType Characteristics_xsd_Complex_Type_DimensionalCharacteristicNominalBaseType.tmp#DimensionalCharacteristicNominalBaseType Characteristics_xsd_Complex_Type_LinearCharacteristicNominalBaseType.tmp#LinearCharacteristicNominalBaseType_TargetValue Characteristics_xsd_Complex_Type_LinearCharacteristicNominalBaseType.tmp#LinearCharacteristicNominalBaseType_TargetDualValue Characteristics_xsd_Complex_Type_LinearCharacteristicNominalBaseType.tmp#LinearCharacteristicNominalBaseType Characteristics_xsd_Complex_Type_FlatTaperCharacteristicNominalType.tmp#FlatTaperCharacteristicNominalType_Distance
Type extension of LinearCharacteristicNominalBaseType
Type hierarchy
Used by
Children Attributes, CharacteristicDefinitionId, CharacteristicDesignator, Description, Distance, EntityExternalIds, EntityInternalIds, FeatureNominalIds, FeatureZoneIds, Name, SubstituteFeatureAlgorithm, TargetDualValue, TargetValue
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="FlatTaperCharacteristicNominalType">
  <xs:annotation>
    <xs:documentation>The FlatTaperCharacteristicNominalType defines a unique flat taper characteristic nominal with a slope expressed as a difference in heights over a distance.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LinearCharacteristicNominalBaseType">
      <xs:sequence>
        <xs:element name="Distance" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The Distance element is the distance over which the slope applies. The TargetValue element in the LinearCharacteristicNominalBaseType is the difference in heights over this distance.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd