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