Showing:

Annotations
Diagrams
Properties
Source
Used by
Element ArithmeticParameterBaseType / Parameter
Annotations
The Parameter element is the xpath starting from the feature, characteristic, DME, or part and ending in name of the arithmetic parameter whose value is to be obtained -- for example, Diameter for a Circle or Sweep/Angle for a Circular Arc. The type of the value of the parameter must be xs:decimal or the value must be convertible to xs:decimal without loss of accuracy.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="Parameter" type="xs:token">
  <xs:annotation>
    <xs:documentation>The Parameter element is the xpath starting from the feature, characteristic, DME, or part and ending in name of the arithmetic parameter whose value is to be obtained -- for example, Diameter for a Circle or Sweep/Angle for a Circular Arc. The type of the value of the parameter must be xs:decimal or the value must be convertible to xs:decimal without loss of accuracy.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd
Complex Type ArithmeticParameterBaseType
Annotations
The abstract ArithmeticParameterBaseType defines an arithmetic expression that represents the value of an arithmetic parameter of a feature, characteristic, DME, or part (e.g., the diameter of a circle). If a parameter value is given in units that are not the units in use, the evaluating system must convert to the units in use and use the converted value.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType Expressions_xsd_Complex_Type_ArithmeticParameterBaseType.tmp#ArithmeticParameterBaseType_Parameter
Type extension of ArithmeticExpressionBaseType
Type hierarchy
Properties
abstract true
Used by
Children Parameter
Source
<xs:complexType name="ArithmeticParameterBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The abstract ArithmeticParameterBaseType defines an arithmetic expression that represents the value of an arithmetic parameter of a feature, characteristic, DME, or part (e.g., the diameter of a circle). If a parameter value is given in units that are not the units in use, the evaluating system must convert to the units in use and use the converted value.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticExpressionBaseType">
      <xs:sequence>
        <xs:element name="Parameter" type="xs:token">
          <xs:annotation>
            <xs:documentation>The Parameter element is the xpath starting from the feature, characteristic, DME, or part and ending in name of the arithmetic parameter whose value is to be obtained -- for example, Diameter for a Circle or Sweep/Angle for a Circular Arc. The type of the value of the parameter must be xs:decimal or the value must be convertible to xs:decimal without loss of accuracy.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd