@weiliang79/ubl-builder
Version:
Tool to create xml documents with UBL 2.1 standard
12 lines • 513 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
* See More: http://www.datypic.com/sc/ubl21/t-udt_DateTimeType.html
*/
export declare class UdtDateTime extends XsdDate {
constructor(content: string);
}
//# sourceMappingURL=UdtDateTime.d.ts.map