Definition Type: Attribute
Name: byhour
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nsA:ByHourListType
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
ContentType Restriction
Use Optional
Documentation:
The BYHOUR rule part specifies space separated list of hours of the day.
Collapse XSD Schema Diagram:
XSD Diagram of byhour in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="byhour" use="optional">
    <xs:annotation>
        <xs:documentation>The BYHOUR rule part specifies space separated list of hours of the day.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="ByHourListType">
            <xs:minLength value="1" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
MinLength 1
Collapse Derivation Tree: