| diagram |
 |
| version |
1.0 |
| namespace |
https://www.wipo.int/standards/XMLSchema/Common/1 |
| type |
extension of com:CitedNPLType |
| children |
com:ElectronicAccess com:CitedDocumentDate com:AbstractNumber com:AuthorName com:Subordinate com:CitedContributionTitleText com:NPLCopyrightText com:NPLIssueDesignationText com:ReferenceNumber com:NPLStandardNumber com:Class com:Notes com:PublicationText com:PublisherName com:PublicationPlace com:ConferenceText com:ConferenceTitleText com:ConferenceNumber com:ConferencePlace com:EditorshipDesignationText com:ConferenceDate com:ConferenceStartDate com:ConferenceEndDate |
| used by |
|
| attributes |
| Name |
|
Type |
|
Use |
|
Default |
|
Fixed |
|
annotation |
| id |
|
xsd:token |
|
|
|
|
|
|
|
|
|
| source |
<xsd:complexType name="CitedConferenceProceedingsArticleType"> <xsd:complexContent>
|
<xsd:extension base="com:CitedNPLType"> <xsd:choice>
|
<xsd:element ref="com:ConferenceText"> </xsd:element> |
|
<xsd:sequence> <xsd:element ref="com:ConferenceTitleText"/> <xsd:element ref="com:ConferenceNumber"/> <xsd:element ref="com:ConferencePlace" minOccurs="0"/> <xsd:element ref="com:EditorshipDesignationText" minOccurs="0"/> <xsd:choice>
|
<xsd:element ref="com:ConferenceDate"> </xsd:element> |
|
<xsd:sequence> <xsd:element ref="com:ConferenceStartDate"/> <xsd:element ref="com:ConferenceEndDate"/> </xsd:sequence> |
</xsd:choice> </xsd:sequence> |
</xsd:choice> </xsd:extension> |
</xsd:complexContent> </xsd:complexType> |