element <qm:customAttribute>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 4 elements
Defined:
Includes:
definitions of 2 attributes and 4 elements
XML Representation Summary
<qm:customAttribute
    required
 = 
xs:boolean
    type
 = 
xs:string
    >
   
Content: 
qm:identifier, qm:name, qm:value, qm:description?
</qm:customAttribute>
Content model elements (4):
qm:description (type xs:string),
qm:name (type xs:string),
qm:value (type xs:string)
Included in content model of elements (1):
Annotation
[READ-ONLY] A user defined property associated with a resource.
XML Source (w/o annotations (7); 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:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="required" type="xs:boolean"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 2/2)
required
Type:
xs:boolean, predefined
Use:
optional
[READ-ONLY] The requiredness of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="required" type="xs:boolean"/>

type
Type:
xs:string, predefined
Use:
required
[READ-ONLY] The data type of the attribute. Valid types include: <ul><li>SMALL_STRING</li><li>MEDIUM_STRING</li><li>INTEGER</li><li>TIMESTAMP</li></ul>
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; 4/4)
qm:description
Type:
xs:string, predefined, simple content
[READ-ONLY] The description of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>

qm:identifier
Type:
xs:string, predefined, simple content
[READ-ONLY] 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"/>

qm:name
Type:
xs:string, predefined, simple content
[READ-ONLY] 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"/>

qm:value
Type:
xs:string, predefined, simple content
[READ-ONLY] 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