IDMW 2.0 XML-Schema Dokumentation
OPTION_MEASURE_REF Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > FEATURE_DEFINITION Element > FEATURES Element > FEATURE Element > OPTIONS Element > OPTION Element : OPTION_MEASURE_REF Element
Description
This attribute is used to reference a dimensional variation of a feature.
Namespace (none)
Diagram
OPTION_MEASURE_REF Element
Overview
OPTION_MEASURE_REF
This attribute is used to reference a dimensional variation of a feature.
OPTION_MEASURE_NO required Restriction of xs:positiveInteger
This attribute is used to reference a dimension variation.    D   positiveInteger
   P   
   M   [1:99999]
Attributes
NameTypeUseDefaultFixedDescription
OPTION_MEASURE_NORestriction of xs:positiveIntegerrequired  
This attribute is used to reference a dimension variation.    D   positiveInteger
   P   
   M   [1:99999]
Remarks

Source
<xs:element name="OPTION_MEASURE_REF" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>260--0--NEW</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="OPTION_MEASURE_NO" use="required">
      <xs:annotation>
        <xs:documentation>260--0--NEW</xs:documentation>
        <xs:documentation>Version Beta 2.0 Build 0, K. Richter 28.05.2014</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:positiveInteger">
          <xs:minInclusive value="1" />
          <xs:maxInclusive value="99999" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
OPTION ElementOPTIONS ElementFEATURE ElementFEATURES ElementFEATURE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation