Definition Type: ComplexType
Name: eventActionsComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
Complex type for sports events, both generic and sport specific.
Collapse XSD Schema Diagram:
Drilldown into action in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of eventActionsComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="eventActionsComplexType">
    <xs:annotation>
        <xs:documentation>Complex type for sports events, both generic and sport specific.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="action" type="baseActionComplexType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>Any number of action inside the actions holder.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes">
        <xs:annotation>
            <xs:documentation>commonAttributes only hold an id attribute, presently</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action nsA:action 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
Collapse Derivation Tree:
Collapse References:
nsA:actions