Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type FramesType
Annotations
The FramesType defines an array of visualization frames.
Diagram
Diagram Visualization_xsd_Complex_Type_FramesType.tmp#FramesType_n Visualization_xsd_Element_Frame.tmp#Frame
Used by
Element Frames
Children Frame
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of visualization frames in this array.
Source
<xs:complexType name="FramesType">
  <xs:annotation>
    <xs:documentation>The FramesType defines an array of visualization frames.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Frame" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Frame element is a visualization frame.</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 visualization frames in this array.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FramesType / @n
Annotations
The required n attribute is the number of visualization frames in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type FramesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of visualization frames in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd