/* * XML Type: ST_RelationshipId * Namespace: http://schemas.openxmlformats.org/officeDocument/2006/relationships * Java type: org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.officeDocument.x2006.relationships; /** * An XML ST_RelationshipId(@http://schemas.openxmlformats.org/officeDocument/2006/relationships). * * This is an atomic type that is a restriction of org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId. */ public interface STRelationshipId extends org.apache.xmlbeans.XmlString { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(STRelationshipId.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("strelationshipid1e94type"); /** * A factory class with static methods for creating instances * of this type. */ }