Documentation for TrainingCenterDatabasev2

Complex Type: Build_t

[Table of contents]

Super-types: None
Sub-types: None
Name Build_t
Used by (from the same schema document) Complex Type Application_t
Abstract no
XML Instance Representation
<...>
<Version> Version_t </Version> [1]
<Type> BuildType_t </Type> [0..1]
<Time> Token_t </Time> [0..1]

'A string containing the date and time when an application was built. Note that this is not an xsd:dateTime type because this string is generated by the compiler and cannot be readily converted to the xsd:dateTime format.'

<Builder> Token_t </Builder> [0..1]

'The login name of the engineer who created this build.'

</...>
Diagram
h-80430104 h1613687576 h-414113911 h-414113911
Schema Component Representation
<xsd:complexType name="Build_t">
<xsd:sequence>
<xsd:element name="Version" type=" Version_t "/>
<xsd:element name="Type" type=" BuildType_t " minOccurs="0"/>
<xsd:element name="Time" type=" Token_t " minOccurs="0"/>
<xsd:element name="Builder" type=" Token_t " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>