Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element AttributeUserType / UserDataXML
Annotations
The UserDataXML element is the user-defined data represented as an XML structure.
Diagram
Diagram Primitives_xsd_Complex_Type_UserDataXMLType.tmp#UserDataXMLType
Type UserDataXMLType
Properties
content complex
Source
<xs:element name="UserDataXML" type="UserDataXMLType">
  <xs:annotation>
    <xs:documentation>The UserDataXML element is the user-defined data represented as an XML structure.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element AttributeUserType / UserDataBinary
Annotations
The UserDataBinary element is a binary block of user data.
Diagram
Diagram Primitives_xsd_Complex_Type_BinaryDataType.tmp#BinaryDataType_count Primitives_xsd_Complex_Type_BinaryDataType.tmp#BinaryDataType
Type BinaryDataType
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of bytes in the binary block.
Source
<xs:element name="UserDataBinary" type="BinaryDataType">
  <xs:annotation>
    <xs:documentation>The UserDataBinary element is a binary block of user data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type AttributeUserType
Annotations
The AttributeUserType defines a user-defined entity attribute which contains a binary array or any user-defined structured XML data.
Diagram
Diagram Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType_name Primitives_xsd_Complex_Type_AttributeBaseType.tmp#AttributeBaseType Primitives_xsd_Complex_Type_AttributeUserType.tmp#AttributeUserType_nameUserAttribute Primitives_xsd_Complex_Type_AttributeUserType.tmp#AttributeUserType_UserDataXML Primitives_xsd_Complex_Type_AttributeUserType.tmp#AttributeUserType_UserDataBinary
Type extension of AttributeBaseType
Type hierarchy
Used by
Element AttributeUser
Children UserDataBinary, UserDataXML
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.
nameUserAttribute xs:string required
The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.
Source
<xs:complexType name="AttributeUserType">
  <xs:annotation>
    <xs:documentation>The AttributeUserType defines a user-defined entity attribute which contains a binary array or any user-defined structured XML data.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AttributeBaseType">
      <xs:sequence>
        <xs:choice>
          <xs:annotation>
            <xs:documentation>This compositor selects the representation method for data of the user-defined entity attribute.</xs:documentation>
          </xs:annotation>
          <xs:element name="UserDataXML" type="UserDataXMLType">
            <xs:annotation>
              <xs:documentation>The UserDataXML element is the user-defined data represented as an XML structure.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="UserDataBinary" type="BinaryDataType">
            <xs:annotation>
              <xs:documentation>The UserDataBinary element is a binary block of user data.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:sequence>
      <xs:attribute name="nameUserAttribute" type="xs:string" use="required">
        <xs:annotation>
          <xs:documentation>The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.</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 AttributeUserType / @nameUserAttribute
Annotations
The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.
Type xs:string
Properties
use required
Used by
Complex Type AttributeUserType
Source
<xs:attribute name="nameUserAttribute" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation>The required nameUserAttribute attribute is the name of user-defined attribute type. The structure of the user-defined attribute can be identified by this name.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd