element StatusInfo

element {}StatusInfo

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="StatusInfo">
    <
xs:annotation>
        <
xs:documentation>Describes the status of the product. Multiple StatusInfo elements are permitted. Each time the product status changes, and the publisher adds a StatusInfo element, the statusDateTime must be set to reflect the point of change, and the currentStatusIndicator must be updated so that only one StatusInfo is marked as current.</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:sequence>
            <
xs:element name="Version" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>Support for internal versioning of a given product.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
        </
xs:sequence>
        <
xs:attribute name="statusType" type="rixmldt:StatusTypeEnum" use="required">
            <
xs:annotation>
                <
xs:documentation>Indicates the status of the product or resource.</xs:documentation>
            </
xs:annotation>
        </
xs:attribute>
        <
xs:attribute name="statusDateTime" type="xs:dateTime" use="required">
            <
xs:annotation>
                <
xs:documentation>Indicates the date and time at which the status was assigned. It is expressed using ISO 8601 as refined by the World Wide Web Consortium's note http://www.w3.org/TR/NOTE-datetime. In addition, RIXML requires the use of Zulu time or Z-time (GMT +/- n hours:minute:seconds). All times are absolute and easier to compute, rather than using a relative (i.e. 08:30 +5) time.</xs:documentation>
            </
xs:annotation>
        </
xs:attribute>
        <
xs:attribute name="currentStatusIndicator" type="rixmldt:YesNoEnum" use="required">
            <
xs:annotation>
                <
xs:documentation>Indicates whether or not the statusType is current -- i.e. the most recent. Note that while a product can have multiple statuses, only one of them can be current.</xs:documentation>
            </
xs:annotation>
        </
xs:attribute>
    </
xs:complexType>
</
xs:element>


Documentation

Describes the status of the product.  Multiple StatusInfo elements are permitted.  Each time the product status changes, and the publisher adds a StatusInfo element, the statusDateTime must be set to reflect the point of change, and the currentStatusIndicator must be updated so that only one StatusInfo is marked as current.


element StatusInfo


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.