Definition Type: AttributeGroup
Name: DateTimeStampGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Creation date time, Creator Id, last modification date time and last Modifier Id.
Collapse XSD Schema Diagram:
Drilldown into PurgeDate in schema ota_commontypes_xsd1 Drilldown into LastModifierID in schema ota_commontypes_xsd1 Drilldown into LastModifyDateTime in schema ota_commontypes_xsd1 Drilldown into CreatorID in schema ota_commontypes_xsd1 Drilldown into CreateDateTime in schema ota_commontypes_xsd1XSD Diagram of DateTimeStampGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="DateTimeStampGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Creation date time, Creator Id, last modification date time and last Modifier Id.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="CreateDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Time stamp of the creation.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CreatorID" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LastModifyDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Time stamp of last modification.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LastModifierID" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the last software system or person to modify a record.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PurgeDate" type="xs:date" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Date an item will be purged from a database (e.g., from a live database to an archive).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
CreateDateTime CreateDateTime Optional
CreatorID CreatorID Optional
LastModifyDateTime LastModifyDateTime Optional
LastModifierID LastModifierID Optional
PurgeDate PurgeDate Optional