element <er:details>
Namespace:
Type:
anonymous complexType
Content:
mixed, any element
Defined:
Includes:
definition of any element
Used:
XML Representation Summary
<er:details>
   
Content: 
{text} × {any}*
</er:details>
Included in content model of elements (1):
Known Usage Locations
Annotation
The xhtml representation of the details secion of the execution result.
XML Source (w/o annotations (2); see within schema source)
<xs:element name="details">
<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>
Content Element Detail (defined in this component only; 1/1)
{any element with "http://www.w3.org/1999/xhtml" namespace}
[READ-ONLY] Details of the execution result. May contain rich text.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>

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