Documentation for XCEDE2

Complex Type: generator_t

[Table of contents]

Super-types: None
Sub-types: None
Name generator_t
Used by (from the same schema document) Complex Type revision_t
Abstract no
XML Instance Representation
<...>
<application> versionedEntity_t </application> [1]

'Program used to generate document'

<invocation> xs:string </invocation> [1]

'Application input required to generate this document. Should be explicit such that this document can be re-generated from this info'

<dataSource> xs:string </dataSource> [0..1]

'Description of data source with version numbers and/or timestamp of data'

</...>
Diagram
type_versionedEntity_t
Schema Component Representation
<xs:complexType name="generator_t">
<xs:sequence>
<xs:element name="application" type=" versionedEntity_t "/>
<xs:element name="invocation" type=" xs:string "/>
<xs:element name="dataSource" type=" xs:string " minOccurs="0"/>
</xs:sequence>
</xs:complexType>