Complex Type simpletable.content

Namespace No namespace
Diagram
Element stheadElement Group stheadElement strowElement Group strow
Used by
Model Element sthead , Element strow
Children Element sthead, Element strow
Source
<xs:complexType name="simpletable.content">
  <xs:sequence>
    <xs:group minOccurs="0" ref="sthead"/>
    <xs:group maxOccurs="unbounded" ref="strow"/>
  </xs:sequence>
</xs:complexType>