Definition Type: ComplexType
Name: InformationalLineType
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 Type in schema adsmltypelibrary-2_0-as_xsd Drilldown into DateString in schema adsmlfinancials-1_5-publictypelibrary-as_xsd Drilldown into InformationalAmount in schema adsmlfinancials-1_5-publictypelibrary-as_xsd Drilldown into Description in schema adsmltypelibrary-2_0-as_xsd Drilldown into ID in schema adsmlfinancials-1_5-publictypelibrary-as_xsdXSD Diagram of InformationalLineType in schema adsmlfinancials-1_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="InformationalLineType">
    <xs:sequence>
        <xs:element name="ID" type="adsml:ShortStringType" />
        <xs:element ref="adsml:Description" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="InformationalAmount" minOccurs="0" />
        <xs:element ref="DateString" minOccurs="0" />
        <xs:element ref="adsml:Type" minOccurs="0" />
        <xs:element ref="adsml:Properties" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID adsml-fi:ID (1) (1)
Description adsml:Description 0 unbounded
InformationalAmount adsml-fi:InformationalAmount 0 (1)
DateString adsml-fi:DateString 0 (1)
Type adsml:Type 0 (1)
Properties adsml:Properties 0 (1)
Collapse Derivation Tree:
Collapse References:
adsml-fi:InformationalLine