Definition Type: Element
Name: Item.Generic
Namespace: http://www.adsml.org/adsmlfinancials/1.5
Containing Schema: AdsMLFinancials-1.5-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into Specifications in schema adsmltypelibrary-2_0-as_xsd Drilldown into Description in schema adsmltypelibrary-2_0-as_xsd Drilldown into Name in schema adsmltypelibrary-2_0-as_xsd Drilldown into Identifier in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of Item.Generic in schema adsmlfinancials-1_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="Item.Generic">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="adsml:Identifier" minOccurs="0" />
            <xs:element ref="adsml:Name" minOccurs="0" />
            <xs:element ref="adsml:Description" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="adsml:Specifications" minOccurs="0" />
            <xs:element ref="adsml:Properties" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier adsml:Identifier 0 (1)
Name adsml:Name 0 (1)
Description adsml:Description 0 unbounded
Specifications adsml:Specifications 0 (1)
Properties adsml:Properties 0 (1)