complexType · extension xsd:date
Date base type
Base type for date nodes (including external data attributes). This date type is based on the xsd:date definition. "To specify a time zone, you can either enter a date in UTC time by adding a "Z" behind the date - like this: 2002-09-24Z or you can specify an offset from the UTC time by adding a positive or negative time behind the date - like this: 2002-09-24-06:00 or 2002-09-24+06:00" (description taken from http://www.w3schools.com/xml/schema_dtypes_date.asp)
| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file |
| Type | Name |
|---|---|
flightType | arrivalDate |
flightType | departureDate |