@weiliang79/ubl-builder
Version:
Tool to create xml documents with UBL 2.1 standard
22 lines • 800 B
TypeScript
import { XsdDate } from './essentials/xsd';
/**
* udt:DateTimeType
* A particular point in the progression of time, together with relevant supplementary information.
* Namespace: urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2
* Schema document: common/UBL-UnqualifiedDataTypes-2.1.xsd
*
* CCTS properties:
*
* Unique I D: UBLUDT000008
* Category Code: UDT
* Dictionary Entry Name: Date Time. Type
* Version I D: 1.0
* Definition: A particular point in the progression of time, together with relevant supplementary information.
* Representation Term Name: Date Time
* Primitive Type: string
* Usage Rule: Can be used for a date and/or time.
*/
export declare class UdtDate extends XsdDate {
constructor(content: string);
}
//# sourceMappingURL=UdtDate.d.ts.map