Definition Type: Attribute
Name: dir
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
ContentType Restriction
Use Optional
Documentation:
The directionality of textual content (enumeration: ltr, rtl)
Collapse XSD Schema Diagram:
XSD Diagram of dir in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration ltr
Enumeration rtl