import { XmlAttributeComponent } from "file/xml-components"; export interface IRelationshipsAttributesProperties { readonly xmlns: string; } export class RelationshipsAttributes extends XmlAttributeComponent { protected readonly xmlKeys = { xmlns: "xmlns", }; }