Documentation for TrainingCenterDatabasev2

Complex Type: Course_t

[Table of contents]

Super-types: None
Sub-types: None
Name Course_t
Used by (from the same schema document) Complex Type CourseList_t
Abstract no
XML Instance Representation
<...>
<Name> RestrictedToken_t </Name> [1]
<Lap> CourseLap_t </Lap> [0..*]
<Track> Track_t </Track> [0..*]
<Notes> xsd:string </Notes> [0..1]
<CoursePoint> CoursePoint_t </CoursePoint> [0..*]
<Creator> AbstractSource_t </Creator> [0..1]
<Extensions> Extensions_t </Extensions> [0..1]

'You can extend Training Center by adding your own elements from another schema here.'

</...>
Diagram
h-1224749842 h-774485552 h-337524133 h-1601432443 h-921297385 h1209008142
Schema Component Representation
<xsd:complexType name="Course_t">
<xsd:sequence>
<xsd:element name="Name" type=" RestrictedToken_t "/>
<xsd:element name="Lap" type=" CourseLap_t " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Track" type=" Track_t " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Notes" type=" xsd:string " minOccurs="0"/>
<xsd:element name="CoursePoint" type=" CoursePoint_t " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Creator" type=" AbstractSource_t " minOccurs="0"/>
<xsd:element name="Extensions" type=" Extensions_t " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>