<xsd:complexType name="LegalTextType">
<xsd:sequence>
<xsd:element name="Text" type="xsd:string" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string" use="optional" />
<xsd:attribute name="fontSize" type="xsd:decimal" use="optional" />
<xsd:attribute name="fontColor" type="xsd:string" use="optional" />
<xsd:attribute name="fontName" type="xsd:string" use="optional" />
<xsd:attribute name="fontStyle" type="xsd:string" use="optional" />
<xsd:attribute name="fontEffects" type="xsd:string" use="optional" />
</xsd:complexType>
|