Definition Type: Attribute
Name: videoscan
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: NAR_1.8-spec-All-Power.xsd
ContentType Restriction
Use (Optional)
Documentation:
The video scan technique, progressive or interlaced
Collapse XSD Schema Diagram:
XSD Diagram of videoscan in schema nar_1_8-spec-all-power_xsd (EventsML - News Exchange Format - Power)
Collapse XSD Schema Code:
<xs:attribute name="videoscan">
    <xs:annotation>
        <xs:documentation>The video scan technique, progressive or interlaced</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="progressive" />
            <xs:enumeration value="interlaced" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration progressive
Enumeration interlaced