Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Element AttributeUser
Annotations
The global AttributeUser element is 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 Primitives_xsd_Complex_Type_AttributeUserType.tmp#AttributeUserType Primitives_xsd_Element_Attribute.tmp#Attribute
Type AttributeUserType
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Children UserDataBinary, UserDataXML
Instance
<AttributeUser name="" nameUserAttribute="" xmlns="http://qifstandards.org/xsd/qif3">
  <UserDataXML>{1,1}</UserDataXML>
  <UserDataBinary count="">{1,1}</UserDataBinary>
</AttributeUser>
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:element name="AttributeUser" type="AttributeUserType" substitutionGroup="Attribute">
  <xs:annotation>
    <xs:documentation>The global AttributeUser element is a user-defined entity attribute which contains a binary array or any user-defined structured XML data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd