<xs:complexType name="ReferenceFeatureAssociationSpecificationElementType">
<xs:annotation>
<xs:documentation>The ReferenceFeatureAssociationSpecificationElementType defines the ISO specific substitute feature modifiers associated with a geometric characteristic, e.g., 'S0.25-x-150 C P'.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Filter" type="FilterType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Filter element describes the filter definition portion of the substitute feature modifiers, e.g, the 'S0.25-x-150' in 'S0.25-x-150 C P'.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Association" type="ReferenceFeatureAssociationSpecificationElementEnumType">
<xs:annotation>
<xs:documentation>The Association element describes the substitute feature association modifier, e.g, the 'C' in 'S0.25-x-150 C P'.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Parameter" type="ReferenceFeatureAssociationSpecificationParameterEnumType">
<xs:annotation>
<xs:documentation>The Parameter element describes the filter parameter modifier, e.g, the 'P' in 'S0.25-x-150 C P'.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |