Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type NodeBaseType
Annotations
The NodeBaseType is the abstract base type for model elements.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label
Properties
abstract true
Used by
Complex Type NodeWithIdBaseType
Attributes
QName Type Use Annotation
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:complexType name="NodeBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The NodeBaseType is the abstract base type for model elements.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="label" type="xs:string">
    <xs:annotation>
      <xs:documentation>The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute NodeBaseType / @label
Annotations
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Type xs:string
Properties
content simple
Used by
Complex Type NodeBaseType
Source
<xs:attribute name="label" type="xs:string">
  <xs:annotation>
    <xs:documentation>The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd