complexType productType

complexType {}productType

Abstractfalse (This can be used in an instance)
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="productType">
    <
xsd:all>
        <
xsd:element name="title" type="xsd:string" minOccurs="0" maxOccurs="1"/>
        <
xsd:element name="field" type="fieldType" minOccurs="0" maxOccurs="1"/>
        <
xsd:element name="category" type="categoryType" minOccurs="0" maxOccurs="1"/>
        <
xsd:element name="creation-date" type="creation-dateType" minOccurs="1" maxOccurs="1"/>
    </
xsd:all>
    <
xsd:attribute name="concise-name" type="concise-nameType" use="required"/>
    <
xsd:attribute name="operational-mode" type="operational-modeType" use="required"/>
</
xsd:complexType>


complexType productType


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.