@weiliang79/ubl-builder
Version:
Tool to create xml documents with UBL 2.1 standard
18 lines • 629 B
TypeScript
import { CctBinaryObjectType, AllowedAttributes } from './essentials/cct/CctBinaryObject';
export type UdtGraphicAttributes = AllowedAttributes;
/**
* udt:GraphicType
* A diagram, graph, mathematical curve, or similar representation.
* Namespace: urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2
* Schema document: common/UBL-UnqualifiedDataTypes-2.1.xsd
*
*/
export declare class UdtGraphic extends CctBinaryObjectType {
/**
*
* @param content
* @param attributes
*/
constructor(content: string, attributes: UdtGraphicAttributes);
}
//# sourceMappingURL=UdtGraphic.d.ts.map