Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element NoteType / EntityInternalIds
Annotations
The EntityInternalIds element is a list of the QIF ids of CAD entities associated with this note.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<EntityInternalIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</EntityInternalIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EntityInternalIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The EntityInternalIds element is a list of the QIF ids of CAD entities associated with this note.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element NoteType / EntityExternalIds
Annotations
The EntityExternalIds element is a list of the QIF ids of instances of EntityExternalType associated with this note.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<EntityExternalIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</EntityExternalIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EntityExternalIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The EntityExternalIds element is a list of the QIF ids of instances of EntityExternalType associated with this note.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element NoteType / Text
Annotations
The Text element is the text of the Note.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Text" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Text element is the text of the Note.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type NoteType
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 PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable PrimitivesPD_xsd_Complex_Type_DrawableBaseType.tmp#DrawableBaseType QIFProduct_xsd_Complex_Type_NoteType.tmp#NoteType_form QIFProduct_xsd_Complex_Type_NoteType.tmp#NoteType_EntityInternalIds QIFProduct_xsd_Complex_Type_NoteType.tmp#NoteType_EntityExternalIds QIFProduct_xsd_Complex_Type_NoteType.tmp#NoteType_Text
Type extension of DrawableBaseType
Type hierarchy
Used by
Element Note
Complex Type NoteFlagType
Children Attributes, EntityExternalIds, EntityInternalIds, Text
Attributes
QName Type Default Use Annotation
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
form NoteFormEnumType 3D optional
The form attribute specifies how the Note is represented.
hidden xs:boolean 0 optional
The optional hidden attribute defines the visibility property of a model entity in the graphical window.
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.
size DoublePositiveType optional
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
transparency TransparencyType 0.0 optional
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="NoteType">
  <xs:complexContent>
    <xs:extension base="DrawableBaseType">
      <xs:sequence>
        <xs:element name="EntityInternalIds" type="ArrayReferenceFullType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The EntityInternalIds element is a list of the QIF ids of CAD entities associated with this note.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="EntityExternalIds" type="ArrayReferenceFullType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The EntityExternalIds element is a list of the QIF ids of instances of EntityExternalType associated with this note.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Text" type="xs:string">
          <xs:annotation>
            <xs:documentation>The Text element is the text of the Note.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="form" type="NoteFormEnumType" default="3D">
        <xs:annotation>
          <xs:documentation>The form attribute specifies how the Note is represented.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute NoteType / @form
Annotations
The form attribute specifies how the Note is represented.
Type NoteFormEnumType
Properties
default 3D
Facets
enumeration 3D
enumeration SCREEN
Used by
Complex Type NoteType
Source
<xs:attribute name="form" type="NoteFormEnumType" default="3D">
  <xs:annotation>
    <xs:documentation>The form attribute specifies how the Note is represented.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd