element <er:customAttribute> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 8 elements
Defined:
Includes:
definitions of 2 attributes, 8 elements
XML Representation Summary
<er:customAttribute
   
 = 
xs:string
 = 
xs:boolean
   
>
   
Content: 
</er:customAttribute>
Content model elements (8):
Included in content model of elements (1):
Annotation
[IMMUTABLE] A user defined property associated with a test script step.
XML Source (w/o annotations (11); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="customAttribute">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="identifier" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="label" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="value" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="richTextValue">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>
<xs:element maxOccurs="1" minOccurs="0" name="additionalEditableScope" 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 (all declarations; defined within this component only; 2/2)
required
Type:
xs:boolean, predefined
Use:
optional
[IMMUTABLE] 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
[IMMUTABLE] The data type of the attribute. Valid types include: SMALL_STRING, MEDIUM_STRING, INTEGER, and TIMESTAMP
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="required"/>
Content Element Detail (all declarations; defined within this component only; 8/8)
er:additionalEditableScope
Type:
xs:string, predefined, simple content
[READ-ONLY] The additional editable scope of the custom attribute (test artifact type). That is, the additional scope where the custom attribute is editable. Supported additional editable scopes include: MANUAL_TESTCASERESULTSTEP (manual step custom attributes only).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="additionalEditableScope" type="xs:string"/>

er:description
Type:
xs:string, predefined, simple content
[IMMUTABLE] 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"/>

er:externalURI
Type:
xs:anyURI, predefined, simple content
[IMMUTABLE] The external URI of the attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>

er:identifier
Type:
xs:string, predefined, simple content
[IMMUTABLE] The unique identifier for the field.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="identifier" type="xs:string"/>

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

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

er:richTextValue
Type:
anonymous complexType, mixed content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="richTextValue">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

er: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 FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set