Documentation for XCEDE2

Complex Type: abstract_info_t

[Table of contents]

Super-types: None
Sub-types:
Name abstract_info_t
Abstract yes
Documentation info elements are present in each of the hierarchy levels. these can be extended to capture instance specific content (following recommendation 5)
XML Instance Representation
<...>
<description> xs:string </description> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="abstract_info_t" abstract="true">
<xs:sequence>
<xs:element name="description" type=" xs:string " minOccurs="0"/>
</xs:sequence>
</xs:complexType>