UNPKG

@weiliang79/ubl-builder

Version:

Tool to create xml documents with UBL 2.1 standard

14 lines 524 B
import { CctNumericType, AllowedAttributes } from './essentials/cct/CctNumeric'; /** * udt:TimeType * An instance of time that occurs every day. * 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_TimeType.html * */ export declare class UdtValue extends CctNumericType { constructor(content: string, attributes: AllowedAttributes); } //# sourceMappingURL=UdtValue.d.ts.map