Class CTExternalBook

java.lang.Object
org.xlsx4j.sml.CTExternalBook
All Implemented Interfaces:
Child

public class CTExternalBook
extends java.lang.Object
implements Child

Java class for CT_ExternalBook complex type.

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

 <complexType name="CT_ExternalBook">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sheetNames" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalSheetNames" minOccurs="0"/>
         <element name="definedNames" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalDefinedNames" minOccurs="0"/>
         <element name="sheetDataSet" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalSheetDataSet" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
     </restriction>
   </complexContent>
 </complexType>