Class SmartArtDataHierarchy.Texts

java.lang.Object
org.opendope.SmartArt.dataHierarchy.SmartArtDataHierarchy.Texts
Enclosing class:
SmartArtDataHierarchy

public static class SmartArtDataHierarchy.Texts
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifiedText" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}t"/>
                 </sequence>
                 <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>