element TimeEntitlement

element {}TimeEntitlement

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by extension)
 {}TimeEntitlement
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Declared Namespacesxmlns:rixmldt=http://www.rixml.org/2005/3/RIXML-datatypes
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:element name="TimeEntitlement">
    <
xs:annotation>
        <
xs:documentation>Indicates the time during which this product should be read.</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:simpleContent>
            <
xs:extension base="xs:string">
                <
xs:attribute name="startDateTime" type="xs:dateTime" use="optional">
                    <
xs:annotation>
                        <
xs:documentation>The date and time after which the product should be read. It is optional because using only an endDateTime is also a meaningful use-case for products that are immediately readable, but expire at a certain time. The startDateTime must be later on the time scale than the value of Product.publicationDateTime.</xs:documentation>
                    </
xs:annotation>
                </
xs:attribute>
                <
xs:attribute name="endDateTime" type="xs:dateTime" use="optional">
                    <
xs:annotation>
                        <
xs:documentation>The date and time after which the product should not be read. It is optional because using only a startDateTime is also a meaningful use-case for products that are only readable after a time embargo, but never expire. The endDateTime must be later on the time scale than the value of Product.publicationDateTime.</xs:documentation>
                    </
xs:annotation>
                </
xs:attribute>
            </
xs:extension>
        </
xs:simpleContent>
    </
xs:complexType>
</
xs:element>


Documentation

Indicates the time during which this product should be read.


element TimeEntitlement


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.