body

Element Information

Model

Used By

Element fml

Source

<xs:element name="body">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="character"/>
      <xs:element ref="location"/>
      <xs:element ref="object"/>
      <xs:element ref="date"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

Sample