complexType ProductDetailsType

complexType {}ProductDetailsType

Abstractfalse (This can be used in an instance)
Declared Namespacesxmlns:rixmldt=http://www.rixml.org/2005/3/RIXML-datatypes
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:complexType name="ProductDetailsType">
    <
xs:annotation>
        <
xs:documentation>ComplexType for ProductDetails</xs:documentation>
    </
xs:annotation>
    <
xs:sequence>
        <
xs:element ref="ProductCategory"/>
        <
xs:element ref="ProductFocus" maxOccurs="unbounded"/>
        <
xs:element ref="ProductSeries" minOccurs="0" maxOccurs="unbounded"/>
        <
xs:element ref="EntitlementGroup" minOccurs="0" maxOccurs="unbounded"/>
        <
xs:element ref="ProductName" minOccurs="0"/>
    </
xs:sequence>
    <
xs:attribute name="publicationDateTime" type="xs:dateTime" use="required">
        <
xs:annotation>
            <
xs:documentation>Indicates the date and time at which the product was officially published. This is the date and time that would appear on the product itself, or be displayed to a reader. 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="periodicalIndicator" type="rixmldt:YesNoEnum" use="required">
        <
xs:annotation>
            <
xs:documentation>Indicates whether or not the content is a periodical.</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
</
xs:complexType>


Documentation

ComplexType for ProductDetails


complexType ProductDetailsType


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.