<xs:element name="Value" type="QPIdType"><xs:annotation><xs:documentation>The Value element specifies the QPId value of this entity attribute.</xs:documentation></xs:annotation></xs:element>
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="AttributeQPIdType"><xs:annotation><xs:documentation>The AttributeQPIdType defines an entity attribute of QPId type.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AttributeBaseType"><xs:sequence><xs:element name="Value" type="QPIdType"><xs:annotation><xs:documentation>The Value element specifies the QPId value of this entity attribute.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>