Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type AttributeBaseType
Annotations
The AttributeBaseType is the abstract base type for all entity attributes present in the CAD scene.
Diagram
Diagram Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType_name
Properties
abstract true
Used by
Attributes
QName Type Use Annotation
name xs:string required
The required name attribute is the name of the entity attribute. This name is a unique identifier of an attribute within the entity.
Source
<xs:complexType name="AttributeBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The AttributeBaseType is the abstract base type for all entity attributes present in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>The required name attribute is the name of the entity attribute. This name is a unique identifier of an attribute within the entity.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute AttributeBaseType / @name
Annotations
The required name attribute is the name of the entity attribute. This name is a unique identifier of an attribute within the entity.
Type xs:string
Properties
use required
Used by
Complex Type AttributeBaseType
Source
<xs:attribute name="name" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation>The required name attribute is the name of the entity attribute. This name is a unique identifier of an attribute within the entity.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd