Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type FeatureZoneListType
Annotations
The FeatureZonesType defines a list of feature zones.
Diagram
Diagram Features_xsd_Complex_Type_FeatureZoneListType.tmp#FeatureZoneListType_n Features_xsd_Element_FeatureZone.tmp#FeatureZone
Used by
Element FeatureZones
Children FeatureZone
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of feature zones in the list.
Source
<xs:complexType name="FeatureZoneListType">
  <xs:annotation>
    <xs:documentation>The FeatureZonesType defines a list of feature zones.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="FeatureZone" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each FeatureZone element gives information about the zone of the feature used to define characteristic tolerance zones or datum target areas or to specify the meaning of a characteristic.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of feature zones in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute FeatureZoneListType / @n
Annotations
The required n attribute is the number of feature zones in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type FeatureZoneListType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of feature zones in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd