Definition Type: Element
Name: Publication
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into Statistics in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into PublishingSchedule in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Contact in schema adsmltypelibrary-2_0-as_xsd Drilldown into PublishedBy in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into ParentPublicationReference in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Language in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into DescriptiveInformation in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into MediaType in schema adsmltypelibrary-2_0-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 PublicationIdentifier 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">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PublicationIdentifier" />
            <xs:element ref="PublicationCode" minOccurs="0" />
            <xs:element ref="Name" maxOccurs="unbounded" />
            <xs:element ref="adsml:MediaType" minOccurs="0" />
            <xs:element ref="DescriptiveInformation" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Language" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ParentPublicationReference" minOccurs="0" />
            <xs:element ref="PublishedBy" minOccurs="0" />
            <xs:element ref="adsml:Contact" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="PublishingSchedule" minOccurs="0" />
            <xs:element ref="Statistics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="adsml:Properties" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PublicationIdentifier nsB:PublicationIdentifier (1) (1)
PublicationCode nsB:PublicationCode 0 (1)
Name nsB:Name (1) unbounded
MediaType adsml:MediaType 0 (1)
DescriptiveInformation nsB:DescriptiveInformation 0 unbounded
Language nsB:Language 0 unbounded
ParentPublicationReference nsB:ParentPublicationReference 0 (1)
PublishedBy nsB:PublishedBy 0 (1)
Contact adsml:Contact 0 unbounded
PublishingSchedule nsB:PublishingSchedule 0 (1)
Statistics nsB:Statistics 0 unbounded
Properties adsml:Properties 0 (1)