The required n attribute is the number of Id elements in this array.
Source
<xs:element name="FaceIds" type="ArrayReferenceFullType"><xs:annotation><xs:documentation>The FaceIds element is a list of QIF ids of faces. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EdgeIds" type="ArrayReferenceFullType"><xs:annotation><xs:documentation>The EdgeIds element is a list of QIF ids of edges. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneAreaBaseType" abstract="true"><xs:annotation><xs:documentation>The FeatureZoneAreaBaseType is the abstract base type that defines a basic parameter for area feature zone types.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FeatureZoneBaseType"><xs:choice minOccurs="0"><xs:element name="FaceIds" type="ArrayReferenceFullType"><xs:annotation><xs:documentation>The FaceIds element is a list of QIF ids of faces. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="EdgeIds" type="ArrayReferenceFullType"><xs:annotation><xs:documentation>The EdgeIds element is a list of QIF ids of edges. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:extension></xs:complexContent></xs:complexType>