Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element NoteFlagType / TextHidden
Annotations
The optional TextHidden element is the hidden text of the flag note.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="TextHidden" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TextHidden element is the hidden text of the flag note.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element NoteFlagType / URI
Annotations
The optional URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
Source
<xs:element name="URI" type="xs:anyURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type NoteFlagType
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 QIFProduct_xsd_Complex_Type_NoteType.tmp#NoteType QIFProduct_xsd_Complex_Type_NoteFlagType.tmp#NoteFlagType_TextHidden QIFProduct_xsd_Complex_Type_NoteFlagType.tmp#NoteFlagType_URI
Type extension of NoteType
Type hierarchy
Used by
Element NoteFlag
Children Attributes, EntityExternalIds, EntityInternalIds, Text, TextHidden, URI
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="NoteFlagType">
  <xs:complexContent>
    <xs:extension base="NoteType">
      <xs:sequence>
        <xs:element name="TextHidden" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional TextHidden element is the hidden text of the flag note.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="URI" type="xs:anyURI" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd