Definition Type: SimpleType
Name: BySecondListType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Core.xsd
Documentation:
The type for the BYSECOND rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
Collapse XSD Schema Diagram:
XSD Diagram of BySecondListType in schema nar_1_3-spec-framework-core_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:simpleType name="BySecondListType">
    <xs:annotation>
        <xs:documentation>The type for the BYSECOND rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
    </xs:annotation>
    <xs:list>
        <xs:simpleType>
            <xs:annotation>
                <xs:documentation>the datatype for a single token in BYSECOND of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
            </xs:annotation>
            <xs:restriction base="xs:nonNegativeInteger">
                <xs:minInclusive value="0" />
                <xs:maxInclusive value="59" />
            </xs:restriction>
        </xs:simpleType>
    </xs:list>
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:bysecond
Collapse Comments:
blog comments powered by Disqus