Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type AttributeBoolType
Annotations
The AttributeBoolType defines an entity attribute of Boolean type.
Diagram
Diagram Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType_name Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType Primitives_xsd_Complex_Type_AttributeBoolType.tmp#AttributeBoolType_value
Type extension of AttributeBaseType
Type hierarchy
Used by
Element AttributeBool
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 xs:boolean required
The required value attribute specifies the Boolean value of this entity attribute.
Source
<xs:complexType name="AttributeBoolType">
  <xs:annotation>
    <xs:documentation>The AttributeBoolType defines an entity attribute of Boolean type.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AttributeBaseType">
      <xs:attribute name="value" type="xs:boolean" use="required">
        <xs:annotation>
          <xs:documentation>The required value attribute specifies the Boolean 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 AttributeBoolType / @value
Annotations
The required value attribute specifies the Boolean value of this entity attribute.
Type xs:boolean
Properties
use required
Used by
Complex Type AttributeBoolType
Source
<xs:attribute name="value" type="xs:boolean" use="required">
  <xs:annotation>
    <xs:documentation>The required value attribute specifies the Boolean value of this entity attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd