Definition Type: ComplexType
Name: BlockType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-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 nar_1_3-spec-framework-core_xsd Drilldown into role in schema nar_1_3-spec-framework-core_xsd Drilldown into dir in schema nar_1_3-spec-framework-core_xsd Drilldown into lang in schema xml_xsd Drilldown into i18nAttributes in schema nar_1_3-spec-framework-core_xsdXSD Diagram of BlockType in schema nar_1_3-spec-framework-core_xsd (EventsML - News Exchange Format)
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:choice>
    <xs:attributeGroup ref="i18nAttributes" />
    <xs:attribute name="role" type="QCodeType">
        <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 nsA:br (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsB:lang (Optional)
dir nsA:dir (Optional)
role nsA:role (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsA:access, nsA:copyrightNotice, nsA:definition, nsA:description, nsA:details, nsA:edNote, nsA:edNote, nsA:note, nsA:registration, nsA:usageTerms
Collapse Comments:
blog comments powered by Disqus