Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type AttributeI3Type
Annotations
The AttributeI3Type defines an entity attribute of 'three integers' type.
Diagram
Diagram Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType_name Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType Primitives_xsd_Complex_Type_AttributeI3Type.tmp#AttributeI3Type_value
Type extension of AttributeBaseType
Type hierarchy
Used by
Element AttributeI3
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.
value I3Type required
The required value attribute specifies the integer triple value of this entity attribute.
Source
<xs:complexType name="AttributeI3Type">
  <xs:annotation>
    <xs:documentation>The AttributeI3Type defines an entity attribute of 'three integers' type.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AttributeBaseType">
      <xs:attribute name="value" type="I3Type" use="required">
        <xs:annotation>
          <xs:documentation>The required value attribute specifies the integer triple value of this entity attribute.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute AttributeI3Type / @value
Annotations
The required value attribute specifies the integer triple value of this entity attribute.
Type I3Type
Type hierarchy
Properties
use required
Facets
length 3
Used by
Complex Type AttributeI3Type
Source
<xs:attribute name="value" type="I3Type" use="required">
  <xs:annotation>
    <xs:documentation>The required value attribute specifies the integer triple value of this entity attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd