Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ZoneSectionSetType
Annotations
The ZoneSectionSetType defines a collection of zone sections.
Diagram
Diagram Visualization_xsd_Complex_Type_ZoneSectionSetType.tmp#ZoneSectionSetType_n Visualization_xsd_Element_ZoneSection.tmp#ZoneSection
Used by
Element ZoneSectionSet
Children ZoneSection
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of zone sections in this set.
Source
<xs:complexType name="ZoneSectionSetType">
  <xs:annotation>
    <xs:documentation>The ZoneSectionSetType defines a collection of zone sections.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ZoneSection" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ZoneSection element defines a zone section.</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 zone sections in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute ZoneSectionSetType / @n
Annotations
The required n attribute is the number of zone sections in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ZoneSectionSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of zone sections in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd