Definition Type: Element
Name: Publication
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into PublishedBy in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Name in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into PublicationCode in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into PublicationReference in schema adsmlmediapack-1_0-publictypelibrary-as_xsdXSD Diagram of Publication in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="Publication" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PublicationReference" minOccurs="0" />
            <xs:element ref="PublicationCode" minOccurs="0" />
            <xs:element ref="Name" minOccurs="0" />
            <xs:element name="PublishedBy" type="PartyFilterType" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PublicationReference nsB:PublicationReference 0 (1)
PublicationCode nsB:PublicationCode 0 (1)
Name nsB:Name 0 (1)
PublishedBy nsB:PublishedBy 0 (1)