Definition Type: ComplexType
Name: BlockType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Abstract
Documentation:
The type for nformation about the content as natural language string with minimal markup and line breaks
Collapse XSD Schema Diagram:
Drilldown into br in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into role in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into dir in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into lang in schema xml_xsd Drilldown into i18nAttributes in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of BlockType in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<xs:complexType name="BlockType" mixed="true">
    <xs:annotation>
        <xs:documentation>The type for nformation about the content as natural language string with minimal markup and line breaks</xs:documentation>
    </xs:annotation>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="br" />
        <xs:any namespace="##other" processContents="lax">
            <xs:annotation>
                <xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
            </xs:annotation>
        </xs:any>
    </xs:choice>
    <xs:attributeGroup ref="i18nAttributes" />
    <xs:attribute name="role" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>A refinement of the semantics of the block.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
br nsB:br (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang Optional
dir nsB:dir Optional
role nsB:role Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsB:access, nsB:copyrightNotice, nsB:definition, nsB:description, nsB:details, nsB:edNote, nsB:edNote, nsB:edNote, nsB:note, nsB:registration, nsB:usageTerms