Definition Type Element
Name format
Type string
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation Formatting to apply to the data being displayed.  This can be just about any valid HTML formatting string, without the enclosing tag indicators (less-than and greather-than symbols).

For example, valid entries are "b," "i," "u," "em," ect.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="format" type="xs:string" >
  <xs:annotation>
    <xs:documentation>Formatting to apply to the data being displayed.  This can be just about any valid HTML formatting string, without the enclosing tag indicators (less-than and greather-than symbols).

For example, valid entries are &quot;b,&quot; &quot;i,&quot; &quot;u,&quot; &quot;em,&quot; ect.
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
format
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd