Type
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="line" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="space" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="tOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="sOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="rule" type="{}rule" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard