element <customAttribute>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
locally within element customAttributes in qm.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
XML Representation Summary
<customAttribute
    type
 = 
xs:string
    >
   
Content: 
identifier, name, value
</customAttribute>
Content model elements (3):
name (type xs:string),
Included in content model of elements (1):
Annotation
A user defined property associated with a resource.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="customAttribute">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="identifier" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="value" type="xs:string"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
type
Type:
xs:string, predefined
Use:
required
The data type of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="required"/>
Content Element Detail (defined in this component only; 3/3)
identifier
Type:
xs:string, predefined, simple content
Since 2.0.0.1. The unique identifier for the field.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="identifier" type="xs:string"/>

name
Type:
xs:string, predefined, simple content
The title of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>

value
Type:
xs:string, predefined, simple content
The value of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="value" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set