Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AnnotationViewSetType / AnnotationView
Annotations
Each AnnotationView element defines an annotation view.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Visualization_xsd_Complex_Type_AnnotationViewType.tmp#AnnotationViewType_Normal Visualization_xsd_Complex_Type_AnnotationViewType.tmp#AnnotationViewType_Direction Visualization_xsd_Complex_Type_AnnotationViewType.tmp#AnnotationViewType
Type AnnotationViewType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, Direction, Normal
Instance
<AnnotationView id="" label="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Normal>
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Direction>
</AnnotationView>
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:element name="AnnotationView" type="AnnotationViewType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each AnnotationView element defines an annotation view.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type AnnotationViewSetType
Annotations
The AnnotationViewSetType defines a collection of annotation views.
Diagram
Diagram Visualization_xsd_Complex_Type_AnnotationViewSetType.tmp#AnnotationViewSetType_n Visualization_xsd_Complex_Type_AnnotationViewSetType.tmp#AnnotationViewSetType_AnnotationView
Used by
Children AnnotationView
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of annotation views in this set.
Source
<xs:complexType name="AnnotationViewSetType">
  <xs:annotation>
    <xs:documentation>The AnnotationViewSetType defines a collection of annotation views.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AnnotationView" type="AnnotationViewType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each AnnotationView element defines an annotation view.</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 annotation views in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute AnnotationViewSetType / @n
Annotations
The required n attribute is the number of annotation views in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AnnotationViewSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of annotation views in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd