Definition Type: AttributeGroup
Name: i18nAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of attributes for language and script related information
Collapse XSD Schema Diagram:
Drilldown into dir in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into  in schema XSD Diagram of i18nAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="i18nAttributes">
    <xs:annotation>
        <xs:documentation>A group of attributes for language and script related information</xs:documentation>
    </xs:annotation>
    <xs:attribute ref="xml:lang" use="optional">
        <xs:annotation>
            <xs:documentation>Specifies the language of this property and potentially all descendant properties. xml:lang values of descendant properties override this value. Values are determined by Internet BCP 47.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="dir" use="optional">
        <xs:annotation>
            <xs:documentation>The directionality of textual content (enumeration: ltr, rtl)</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="ltr" />
                <xs:enumeration value="rtl" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
lang Unresolved link to lang Optional
dir nsA:dir Optional