Documentation for XCEDE2

Complex Type: versionedProgramEntity_t

[Table of contents]

Super-types: xs:string < versionedProgramEntity_t (by extension)
Sub-types: None
Name versionedProgramEntity_t
Used by (from the same schema document) Complex Type processStep_t
Abstract no
Documentation version and build type of the processing tool
XML Instance Representation
<...
version=" xs:string [0..1]"
build=" xs:string [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="versionedProgramEntity_t">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="version" type=" xs:string "/>
<xs:attribute name="build" type=" xs:string "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>