Documentation for XCEDE2

Complex Type: revision_t

[Table of contents]

Super-types: None
Sub-types: None
Name revision_t
Used by (from the same schema document) Element XCEDE
Abstract no
XML Instance Representation
<...
ID=" xs:string [0..1]">
<timestamp> xs:dateTime </timestamp> [0..1]
<generator> generator_t </generator> [0..1]
<annotation> textAnnotation_t </annotation> [0..1]
</...>
Diagram
type_generator_t type_textAnnotation_t
Schema Component Representation
<xs:complexType name="revision_t">
<xs:sequence>
<xs:element name="timestamp" type=" xs:dateTime " minOccurs="0"/>
<xs:element name="generator" type=" generator_t " minOccurs="0"/>
<xs:element name="annotation" type=" textAnnotation_t " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ID" type=" xs:string "/>
</xs:complexType>