Definition Type: Group
Name: party
Containing Schema: NewsML_1.2.xsd
Collapse XSD Schema Diagram:
Drilldown into Party in schema newsml_1_2_xsd Drilldown into Comment in schema newsml_1_2_xsdXSD Diagram of party in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:group name="party">
    <xs:sequence>
        <xs:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Party" maxOccurs="unbounded" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Comment Comment 0 unbounded
Party Party (1) unbounded