Definition Type: ComplexType
Name: articleComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
Holds either an article or a reference to an article. Format of the content is up to the provider. NITF from IPTC or HTML are common alternatives.
Collapse XSD Schema Diagram:
Drilldown into article-ref in schema sportsml_xsd Drilldown into format 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 articleComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="articleComplexType">
    <xs:annotation>
        <xs:documentation>Holds either an article or a reference to an article. Format of the content is up to the provider. NITF from IPTC or HTML are common alternatives.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes" />
    <xs:attribute name="format" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>Format for the included content.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="article-ref" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>URL or system identifier (or IDREF?) to an externally-located news article.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
format nsA:format Optional
article-ref nsA:article-ref Optional
Collapse Derivation Tree:
Collapse References:
nsA:article