The optional TimeCreated element gives the time when the version was created.
Diagram
Type
xs:dateTime
Properties
content
simple
minOccurs
0
Source
<xs:element name="TimeCreated" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeCreated element gives the time when the version was created.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of employees in the list.
Source
<xs:element name="SignOffs" type="SignOffsType" minOccurs="0"><xs:annotation><xs:documentation>The optional SignOffs element identifies the employees who signed off on the version.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="VersionBaseType"><xs:annotation><xs:documentation>The VersionBase Type defines basic information about a version of a QIF instance file and is the base type for other version types.</xs:documentation></xs:annotation><xs:sequence><xs:element name="TimeCreated" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeCreated element gives the time when the version was created.</xs:documentation></xs:annotation></xs:element><xs:element name="SignOffs" type="SignOffsType" minOccurs="0"><xs:annotation><xs:documentation>The optional SignOffs element identifies the employees who signed off on the version.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>