Element | fml |
<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> |