25086 lines
1.4 MiB
25086 lines
1.4 MiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Nutzungsrechte
|
|
ZUGFeRD Datenformat Version 1.0, 25.6.2014
|
|
|
|
Zweck des Forums für elektronische Rechnungen bei der AWV e.V („FeRD“) ist u.a. die Schaffung und Spezifizierung
|
|
eines offenen Datenformats für strukturierten elektronischen Datenaustausch auf der Grundlage offener und nicht
|
|
diskriminierender, standardisierter Technologien („ZUGFeRD Datenformat“)
|
|
|
|
Das ZUGFeRD Datenformat wird nach Maßgabe des FeRD sowohl Unternehmen als auch der öffentlichen Verwaltung
|
|
frei zugänglich gemacht. Hierfür bietet FeRD allen Unternehmen und Organisationen der öffentlichen Verwaltung eine
|
|
Lizenz für die Nutzung des urheberrechtlich geschützten ZUGFeRD-Datenformats zu fairen, sachgerechten und nicht
|
|
diskriminierenden Bedingungen an.
|
|
|
|
Die Spezifikation des FeRD zur Implementierung des ZUGFeRD Datenformats ist in ihrer jeweils geltenden Fassung
|
|
abrufbar unter www.ferd-net.de.
|
|
|
|
Im Einzelnen schließt die Nutzungsgewährung ein:
|
|
=====================================
|
|
|
|
FeRD räumt eine Lizenz für die Nutzung des urheberrechtlich geschützten ZUGFeRD Datenformats in der jeweils
|
|
geltenden und akzeptierten Fassung (www.ferd-net.de) ein.
|
|
Die Lizenz beinhaltet ein unwiderrufliches Nutzungsrecht einschließlich des Rechts der Weiterentwicklung,
|
|
Weiterbearbeitung und Verbindung mit anderen Produkten.
|
|
Die Lizenz gilt insbesondere für die Entwicklung, die Gestaltung, die Herstellung, den Verkauf, die Nutzung oder
|
|
anderweitige Verwendung des ZUGFeRD Datenformats für Hardware- und/oder Softwareprodukte sowie sonstige
|
|
Anwendungen und Dienste.
|
|
Diese Lizenz schließt nicht die wesentlichen Patente der Mitglieder von FeRD ein. Als wesentliche Patente sind Patente
|
|
und Patentanmeldungen weltweit zu verstehen, die einen oder mehrere Patentansprüche beinhalten, bei denen es sich um
|
|
notwendige Ansprüche handelt. Notwendige Ansprüche sind lediglich jene Ansprüche der Wesentlichen Patente, die durch
|
|
die Implementierung des ZUGFeRD Datenformats notwendigerweise verletzt würden.
|
|
Der Lizenznehmer ist berechtigt, seinen jeweiligen Konzerngesellschaften ein unbefristetes, weltweites, nicht übertragbares,
|
|
unwiderrufliches Nutzungsrecht einschließlich des Rechts der Weiterentwicklung, Weiterbearbeitung und Verbindung mit
|
|
anderen Produkten einzuräumen.
|
|
|
|
Die Lizenz wird kostenfrei zur Verfügung gestellt.
|
|
|
|
Außer im Falle vorsätzlichen Verschuldens oder grober Fahrlässigkeit haftet FeRD weder für Nutzungsausfall, entgangenen
|
|
Gewinn, Datenverlust, Kommunikationsverlust, Einnahmeausfall, Vertragseinbußen, Geschäftsausfall oder für Kosten,
|
|
Schäden, Verluste oder Haftpflichten im Zusammenhang mit einer Unterbrechung der Geschäftstätigkeit, noch für konkrete,
|
|
beiläufig entstandene, mittelbare Schäden, Straf- oder Folgeschäden und zwar auch dann nicht, wenn die Möglichkeit der
|
|
Kosten, Verluste bzw. Schäden hätte normalerweise vorhergesehen werden können.
|
|
|
|
-->
|
|
|
|
<schema xmlns="http://purl.oclc.org/dsdl/schematron"
|
|
schemaVersion="iso">
|
|
<title>Schema for ZUGFeRD; 1.0; urn:ferd:CrossIndustryDocument:invoice:1p0</title>
|
|
<ns uri="urn:ferd:CrossIndustryDocument:invoice:1p0" prefix="rsm"/>
|
|
<ns uri="urn:un:unece:uncefact:data:standard:QualifiedDataType:12" prefix="qdt"/>
|
|
<ns uri="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:12" prefix="ram"/>
|
|
<ns uri="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:15" prefix="udt"/>
|
|
<ns uri="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" prefix="ccts"/>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:TypeCode)=1">
|
|
Element 'ram:TypeCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:IssueDateTime)=1">
|
|
Element 'ram:IssueDateTime' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:AgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:CancellationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CancellationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ControlRequirementIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ControlRequirementIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:CopyIndicator/udt:IndicatorString">
|
|
<report test="true()">
|
|
Element 'udt:IndicatorString' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:CustomsID">
|
|
<report test="true()">
|
|
Element 'ram:CustomsID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:Disposition">
|
|
<report test="true()">
|
|
Element 'ram:Disposition' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<assert test="count(ram:CompleteDateTime)=1">
|
|
Element 'ram:CompleteDateTime' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:CompleteDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:CompleteDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:ContinuousIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ContinuousIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:DurationMeasure">
|
|
<report test="true()">
|
|
Element 'ram:DurationMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:EndDateTime">
|
|
<report test="true()">
|
|
Element 'ram:EndDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:InclusiveIndicator">
|
|
<report test="true()">
|
|
Element 'ram:InclusiveIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:OpenIndicator">
|
|
<report test="true()">
|
|
Element 'ram:OpenIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:SeasonCode">
|
|
<report test="true()">
|
|
Element 'ram:SeasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:SequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:SequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:StartDateFlexibilityCode">
|
|
<report test="true()">
|
|
Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:EffectiveSpecifiedPeriod/ram:StartDateTime">
|
|
<report test="true()">
|
|
Element 'ram:StartDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:FirstSignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:FirstSignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:FourthSignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:FourthSignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:HeaderInformation">
|
|
<report test="true()">
|
|
Element 'ram:HeaderInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote">
|
|
<assert test="count(ram:ContentCode)<=1">
|
|
Element 'ram:ContentCode' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Content)>=1">
|
|
Element 'ram:Content' must occur at least 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ContentCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:Content[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:Content[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:Subject">
|
|
<report test="true()">
|
|
Element 'ram:Subject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IncludedNote/ram:SubjectCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IssueDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IssueDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LanguageID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LanguageID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LanguageID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LanguageID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LanguageID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LanguageID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LanguageID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LineCountNumeric">
|
|
<report test="true()">
|
|
Element 'ram:LineCountNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:OwnerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:OwnerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:PageID">
|
|
<report test="true()">
|
|
Element 'ram:PageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:PreviousDocumentID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousDocumentID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:Purpose">
|
|
<report test="true()">
|
|
Element 'ram:Purpose' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:RecipientAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:RecipientAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ReferenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:RejectionResponseDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RejectionResponseDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:RemarksCode">
|
|
<report test="true()">
|
|
Element 'ram:RemarksCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:RequestedResponseTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RequestedResponseTypeCode' is marked as not used in the given context.</report>
|
|
<report test="true()">
|
|
Element 'ram:RequestedResponseTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ResponseDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ResponseDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ResponseDocumentTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ResponseDocumentTypeCode' is marked as not used in the given context.</report>
|
|
<report test="true()">
|
|
Element 'ram:ResponseDocumentTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ResponseReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:ResponseReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:SecondSignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SecondSignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:SenderAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SenderAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:SenderTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SenderTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:SubmissionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:SubmissionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:SuffixID">
|
|
<report test="true()">
|
|
Element 'ram:SuffixID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:SummaryInformation">
|
|
<report test="true()">
|
|
Element 'ram:SummaryInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:ThirdSignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:ThirdSignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:TotalPageQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TotalPageQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:TraderAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:TraderAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:TypeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:TypeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:HeaderExchangedDocument/ram:VersionID">
|
|
<report test="true()">
|
|
Element 'ram:VersionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext">
|
|
<assert test="count(ram:BusinessProcessSpecifiedDocumentContextParameter)<=1">
|
|
Element 'ram:BusinessProcessSpecifiedDocumentContextParameter' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:GuidelineSpecifiedDocumentContextParameter)=1">
|
|
Element 'ram:GuidelineSpecifiedDocumentContextParameter' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:ApplicationSpecifiedDocumentContextParameter">
|
|
<report test="true()">
|
|
Element 'ram:ApplicationSpecifiedDocumentContextParameter' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BIMSpecifiedDocumentContextParameter">
|
|
<report test="true()">
|
|
Element 'ram:BIMSpecifiedDocumentContextParameter' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:SpecifiedDocumentVersion">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:BusinessProcessSpecifiedDocumentContextParameter/ram:Value">
|
|
<report test="true()">
|
|
Element 'ram:Value' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:SpecifiedDocumentVersion">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedDocumentVersion' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:GuidelineSpecifiedDocumentContextParameter/ram:Value">
|
|
<report test="true()">
|
|
Element 'ram:Value' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:MessageStandardSpecifiedDocumentContextParameter">
|
|
<report test="true()">
|
|
Element 'ram:MessageStandardSpecifiedDocumentContextParameter' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:ScenarioSpecifiedDocumentContextParameter">
|
|
<report test="true()">
|
|
Element 'ram:ScenarioSpecifiedDocumentContextParameter' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:SpecifiedTransactionID">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTransactionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:SubsetSpecifiedDocumentContextParameter">
|
|
<report test="true()">
|
|
Element 'ram:SubsetSpecifiedDocumentContextParameter' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedExchangedDocumentContext/ram:TestIndicator/udt:IndicatorString">
|
|
<report test="true()">
|
|
Element 'udt:IndicatorString' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction">
|
|
<assert test="count(ram:ApplicableSupplyChainTradeAgreement)=1">
|
|
Element 'ram:ApplicableSupplyChainTradeAgreement' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ApplicableSupplyChainTradeDelivery)=1">
|
|
Element 'ram:ApplicableSupplyChainTradeDelivery' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ApplicableSupplyChainTradeSettlement)=1">
|
|
Element 'ram:ApplicableSupplyChainTradeSettlement' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:IncludedSupplyChainTradeLineItem)>=1">
|
|
Element 'ram:IncludedSupplyChainTradeLineItem' must occur at least 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement">
|
|
<assert test="count(ram:BuyerReference)<=1">
|
|
Element 'ram:BuyerReference' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:SellerTradeParty)=1">
|
|
Element 'ram:SellerTradeParty' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:BuyerTradeParty)=1">
|
|
Element 'ram:BuyerTradeParty' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:BuyerOrderReferencedDocument)<=1">
|
|
Element 'ram:BuyerOrderReferencedDocument' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ContractReferencedDocument)<=1">
|
|
Element 'ram:ContractReferencedDocument' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:CustomerOrderReferencedDocument)<=1">
|
|
Element 'ram:CustomerOrderReferencedDocument' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument">
|
|
<assert test="count(ram:TypeCode)=1">
|
|
Element 'ram:TypeCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID">
|
|
<report test="true()">
|
|
Element 'ram:LineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:TypeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:TypeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdministrativeAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AdministrativeAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AdministrativeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AdministrativeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:AgreedPriceProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:AgreedPriceProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableSupplyChainForecastTerms">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableSupplyChainForecastTerms' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeAllowanceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeAllowanceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms">
|
|
<assert test="count(ram:DeliveryTypeCode)=1">
|
|
Element 'ram:DeliveryTypeCode' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:DeclarationCountryRelationshipCode">
|
|
<report test="true()">
|
|
Element 'ram:DeclarationCountryRelationshipCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:DeliveryTypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:DeliveryTypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:DeliveryTypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:FunctionCode">
|
|
<report test="true()">
|
|
Element 'ram:FunctionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:RelevantTradeLocation">
|
|
<report test="true()">
|
|
Element 'ram:RelevantTradeLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms/ram:RiskResponsibilityCode">
|
|
<report test="true()">
|
|
Element 'ram:RiskResponsibilityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ApplicableTradePaymentTerms">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradePaymentTerms' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BillOfQuantitiesReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:BillOfQuantitiesReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BlanketOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:BlanketOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerAssignedAccountantTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerBankTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerBankTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID">
|
|
<report test="true()">
|
|
Element 'ram:LineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerReference[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerReference[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerRequisitionerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTaxRepresentativeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:BuyerTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CarrierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CarrierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CatalogueInformationProviderTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueInformationProviderTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CatalogueInformationReceiverTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueInformationReceiverTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CatalogueReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CatalogueRequestReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueRequestReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CatalogueSubscriptionReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueSubscriptionReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID">
|
|
<report test="true()">
|
|
Element 'ram:LineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID">
|
|
<report test="true()">
|
|
Element 'ram:LineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:DeliveryOrderFulfilmentLeadTimeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryOrderFulfilmentLeadTimeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:DeliveryPriorityCode">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryPriorityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:DemandForecastReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:DiscountedProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:DiscountedProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:EngineeringChangeReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:EngineeringChangeReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ExclusivitySpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ExclusivitySpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ExportLicenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ExportLicenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:GrossPriceProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:GuaranteedProductLifeSpanSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:GuaranteedProductLifeSpanSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ImpactCode">
|
|
<report test="true()">
|
|
Element 'ram:ImpactCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ImportLicenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ImportLicenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:IncrementalProductOrderableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:IncrementalProductOrderableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:InformationUseRestrictionIndicator">
|
|
<report test="true()">
|
|
Element 'ram:InformationUseRestrictionIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ItemBuyerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ItemSellerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ItemSellerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:LastKnownTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:LastKnownTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:LetterOfCreditReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ListProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:ListProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:MarketplaceOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MarketplaceOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:MaterialReleaseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MaterialReleaseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:MaterialReturnsReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MaterialReturnsReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:MaximumOrderQuantityOrderingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:MaximumOrderQuantityOrderingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:MaximumProductOrderableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MaximumProductOrderableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:MinimumOrderQuantityOrderingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:MinimumOrderQuantityOrderingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:MinimumProductOrderableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MinimumProductOrderableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:NetPriceProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:NetPriceProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:OrderProductUnitMeasureCode">
|
|
<report test="true()">
|
|
Element 'ram:OrderProductUnitMeasureCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:OrderResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:OrderingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:OrderingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:OriginalOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:OriginalOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PickUpOrderFulfilmentLeadTimeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:PickUpOrderFulfilmentLeadTimeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PreviousOrderChangeReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousOrderChangeReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PreviousOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PreviousOrderResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousOrderResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PreviousPriceListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousPriceListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PriceListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PriceListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PriorityCode">
|
|
<report test="true()">
|
|
Element 'ram:PriorityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProcurementTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ProcurementTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductAvailabilityCode">
|
|
<report test="true()">
|
|
Element 'ram:ProductAvailabilityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductChargeFreeIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductChargeFreeIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductEndUserTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductMadeToOrderIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductMadeToOrderIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductOrderableIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductOrderableIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ProductReorderableIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductReorderableIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PromotionalDealReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PropertyClearanceTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PropertyClearanceTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:PurchaseConditionsReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:QuotationProposalReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:QuotationProposalReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:QuotationProposalResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:QuotationProposalResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:QuotationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:QuotationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:Reference">
|
|
<report test="true()">
|
|
Element 'ram:Reference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:RegistrationTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RegistrationTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:RequestForQuotationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestForQuotationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:RequestForQuotationResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestForQuotationResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:RequestedUnitProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:RequestedUnitProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:RequisitionReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequisitionReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:RequisitionerReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ResaleProductUnitMeasureCode">
|
|
<report test="true()">
|
|
Element 'ram:ResaleProductUnitMeasureCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ResaleSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ResaleSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SalesAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SalesAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SalesConditionsReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SalesConditionsReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SalesReportReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SalesReportReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerAssignedAccountantTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTaxRepresentativeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SellerTaxRepresentativeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SellerTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:ShippingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ShippingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SupplyInstructionReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:SupportCentreTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SupportCentreTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:TargetMarketTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:TargetMarketTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeAgreement/ram:TurnInReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:TurnInReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery">
|
|
<assert test="count(ram:RelatedSupplyChainConsignment)<=1">
|
|
Element 'ram:RelatedSupplyChainConsignment' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ActualDeliverySupplyChainEvent)<=1">
|
|
Element 'ram:ActualDeliverySupplyChainEvent' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:AcceptanceSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent">
|
|
<assert test="count(ram:OccurrenceDateTime)<=1">
|
|
Element 'ram:OccurrenceDateTime' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:DescriptionBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:DescriptionBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:DiscreteSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:DiscreteSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:EarliestOccurrenceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:FrequencyCode">
|
|
<report test="true()">
|
|
Element 'ram:FrequencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:LatestOccurrenceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:UnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:UnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualLoadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualLoadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualPickUpSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualReceiptSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ActualUnloadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualUnloadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:AdditionalReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:AgreedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:AgreedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ApplicableTransportDangerousGoods">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTransportDangerousGoods' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:AvailableSupplyChainInventory">
|
|
<report test="true()">
|
|
Element 'ram:AvailableSupplyChainInventory' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:BilledQuantity">
|
|
<report test="true()">
|
|
Element 'ram:BilledQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ChargeFreeQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ChargeFreeQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ChargeableWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:ChargeableWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ConfirmedDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ConfirmedDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ConfirmedDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ConfirmedDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ConfirmedReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ConfirmedReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ConsumptionReportReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryInstructions">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryInstructions' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID">
|
|
<report test="true()">
|
|
Element 'ram:LineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID">
|
|
<report test="true()">
|
|
Element 'ram:LineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DespatchedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DespatchedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DisposalTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DisposalTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DueInAvailableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInAvailableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DueInForecastedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInForecastedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DueInRequestedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInRequestedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:DueInReturnedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInReturnedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:EconomicOrderQuantity">
|
|
<report test="true()">
|
|
Element 'ram:EconomicOrderQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:FinalDeliveryIndicator">
|
|
<report test="true()">
|
|
Element 'ram:FinalDeliveryIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:FinalDestinationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:FinalDestinationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:GFMTransferRejectedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:GFMTransferRejectedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:GrossVolumeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossVolumeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:GrossWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:IncludedSupplyChainPackaging">
|
|
<report test="true()">
|
|
Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:IndividualPackageQuantity">
|
|
<report test="true()">
|
|
Element 'ram:IndividualPackageQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:InformationNote">
|
|
<report test="true()">
|
|
Element 'ram:InformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:InspectionSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:InspectionSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:InventoryManagerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InventoryManagerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:LogisticsPackage">
|
|
<report test="true()">
|
|
Element 'ram:LogisticsPackage' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:LogisticsServiceProviderTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:LogisticsServiceProviderTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ModificationForecastedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ModificationForecastedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:NetVolumeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:NetVolumeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:NetWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:NetWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:OwnershipToTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:OwnershipToTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PackageQuantity">
|
|
<report test="true()">
|
|
Element 'ram:PackageQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PackingListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PackingListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PartialDeliveryAllowedIndicator">
|
|
<report test="true()">
|
|
Element 'ram:PartialDeliveryAllowedIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PerPackageUnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PickUpAvailabilityDateTime">
|
|
<report test="true()">
|
|
Element 'ram:PickUpAvailabilityDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedLoadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedLoadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedPickUpSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedPickUpSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedSupplyChainConsignment">
|
|
<report test="true()">
|
|
Element 'ram:PlannedSupplyChainConsignment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PlannedUnloadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedUnloadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:PreviousDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ProductUnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ProductUnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ProjectedSupplyChainSupplyPlan">
|
|
<report test="true()">
|
|
Element 'ram:ProjectedSupplyChainSupplyPlan' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ReceivedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ReceivedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ReceivingAdviceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ApplicableTradeAllowanceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeAllowanceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ApplicableTransportDangerousGoods">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTransportDangerousGoods' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AssociatedInvoiceAmount">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedInvoiceAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AssociatedInvoiceDiscountAmount">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedInvoiceDiscountAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AssociatedInvoiceDiscountPercent">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedInvoiceDiscountPercent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AssociatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AtArrivalLogisticsTransportMovement">
|
|
<report test="true()">
|
|
Element 'ram:AtArrivalLogisticsTransportMovement' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AtDepartureLogisticsTransportMovement">
|
|
<report test="true()">
|
|
Element 'ram:AtDepartureLogisticsTransportMovement' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:AvailabilityDueDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AvailabilityDueDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:BondedWarehouseStorageTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:BondedWarehouseStorageTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:BorderCrossingLogisticsTransportMovement">
|
|
<report test="true()">
|
|
Element 'ram:BorderCrossingLogisticsTransportMovement' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CODAmount">
|
|
<report test="true()">
|
|
Element 'ram:CODAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CargoToleranceInformation">
|
|
<report test="true()">
|
|
Element 'ram:CargoToleranceInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CarrierAcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CarrierAcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CarrierAcceptanceLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:CarrierAcceptanceLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CarrierAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CarrierAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CarrierAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:CarrierAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CarrierProvidedInformation">
|
|
<report test="true()">
|
|
Element 'ram:CarrierProvidedInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CarrierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CarrierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ChargeableTransportationStageQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ChargeableTransportationStageQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ChargeableWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:ChargeableWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConnectingCarrierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ConnectingCarrierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsigneeAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ConsigneeAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsigneeAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:ConsigneeAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsigneeReceiptLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:ConsigneeReceiptLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsigneeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ConsigneeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsignmentItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ConsignmentItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsignorAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ConsignorAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsignorAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:ConsignorAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsignorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ConsignorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ConsolidatorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ConsolidatorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ContainerizationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ContainerizationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CustomsExportAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CustomsExportAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CustomsID">
|
|
<report test="true()">
|
|
Element 'ram:CustomsID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CustomsImportAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CustomsImportAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CustomsRequiredInvoiceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CustomsRequiredInvoiceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:CustomsTransitAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CustomsTransitAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DangerousGoodsNotifierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DangerousGoodsNotifierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeclaredForCustomsLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:DeclaredForCustomsLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeclaredValueForCarriageAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeclaredValueForCarriageAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeclaredValueForCustomsAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeclaredValueForCustomsAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeconsolidatorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DeconsolidatorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeliveryInformation">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeliveryInstructions">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryInstructions' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeliveryTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DeliveryTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DemurrageInformation">
|
|
<report test="true()">
|
|
Element 'ram:DemurrageInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DespatchTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DespatchTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:DestinationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:DestinationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:EstimatedApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:EstimatedApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ExaminationTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:ExaminationTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ExportExitDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ExportExitDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ExportTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ExportTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ExportTradeGeopoliticalRegion">
|
|
<report test="true()">
|
|
Element 'ram:ExportTradeGeopoliticalRegion' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ExporterTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ExporterTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:FOBAmount">
|
|
<report test="true()">
|
|
Element 'ram:FOBAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:FinalDestinationLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:FinalDestinationLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:FinalDestinationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:FinalDestinationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:FreightForwarderAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:FreightForwarderAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:FreightForwarderTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:FreightForwarderTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:GoodsReleaseRestriction">
|
|
<report test="true()">
|
|
Element 'ram:GoodsReleaseRestriction' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:GrossVolumeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossVolumeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:GrossWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:GroupingCentreTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:GroupingCentreTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ImportTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ImportTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ImporterTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ImporterTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:IncludedReferencedSupplyChainConsignment">
|
|
<report test="true()">
|
|
Element 'ram:IncludedReferencedSupplyChainConsignment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:IncludedSupplyChainConsignmentItem">
|
|
<report test="true()">
|
|
Element 'ram:IncludedSupplyChainConsignmentItem' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:IncludedTareGrossWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:IncludedTareGrossWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:InsuranceApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:InsuranceApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:InsurancePremiumAmount">
|
|
<report test="true()">
|
|
Element 'ram:InsurancePremiumAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:InsuranceValueAmount">
|
|
<report test="true()">
|
|
Element 'ram:InsuranceValueAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:IntermediateConsigneeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IntermediateConsigneeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:InvoiceApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:InvoiceeAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceeAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:LoadingBaseportLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LoadingBaseportLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:LoadingInformation">
|
|
<report test="true()">
|
|
Element 'ram:LoadingInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:LoadingLengthMeasure">
|
|
<report test="true()">
|
|
Element 'ram:LoadingLengthMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:LoadingListQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LoadingListQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:LoadingSequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:LoadingSequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:LocalConsigneeAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:LocalConsigneeAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:MainCarriageLogisticsTransportMovement">
|
|
<report test="true()">
|
|
Element 'ram:MainCarriageLogisticsTransportMovement' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ManifestAssociatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ManifestAssociatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:NatureIdentificationTransportCargo">
|
|
<report test="true()">
|
|
Element 'ram:NatureIdentificationTransportCargo' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:NetWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:NetWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:NilCarriageValueIndicator">
|
|
<report test="true()">
|
|
Element 'ram:NilCarriageValueIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:NilCustomsValueIndicator">
|
|
<report test="true()">
|
|
Element 'ram:NilCustomsValueIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:NilInsuranceValueIndicator">
|
|
<report test="true()">
|
|
Element 'ram:NilInsuranceValueIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:NotifiedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:NotifiedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:OnCarriageLogisticsTransportMovement">
|
|
<report test="true()">
|
|
Element 'ram:OnCarriageLogisticsTransportMovement' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:OriginTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:OriginTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:OriginTradeGeopoliticalRegion">
|
|
<report test="true()">
|
|
Element 'ram:OriginTradeGeopoliticalRegion' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:PackageQuantity">
|
|
<report test="true()">
|
|
Element 'ram:PackageQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:PackageType">
|
|
<report test="true()">
|
|
Element 'ram:PackageType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:PaymentArrangementCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentArrangementCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:PhysicalLogisticsShippingMarks">
|
|
<report test="true()">
|
|
Element 'ram:PhysicalLogisticsShippingMarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:PickUpTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PickUpTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:PickUpTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:PickUpTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:PreCarriageLogisticsTransportMovement">
|
|
<report test="true()">
|
|
Element 'ram:PreCarriageLogisticsTransportMovement' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ReExportTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ReExportTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:RelatedSupplyChainTradeTransaction">
|
|
<report test="true()">
|
|
Element 'ram:RelatedSupplyChainTradeTransaction' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ReportedLogisticsStatus">
|
|
<report test="true()">
|
|
Element 'ram:ReportedLogisticsStatus' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:RiskFactorCode">
|
|
<report test="true()">
|
|
Element 'ram:RiskFactorCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:SequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ServiceChargeApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:ServiceChargeApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ShipFromTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ShipFromTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ShipStoresIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ShipStoresIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:ShipToTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ShipToTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ActivityTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActivityTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ArrivalTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:ArrivalTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:BerthingTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:BerthingTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:BoatsmenTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BoatsmenTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:BorderCrossingDateTime">
|
|
<report test="true()">
|
|
Element 'ram:BorderCrossingDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:BorderCrossingTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:BorderCrossingTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CallTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:CallTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CargoDescription">
|
|
<report test="true()">
|
|
Element 'ram:CargoDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CarriedInactiveReferencedTransportMeans">
|
|
<report test="true()">
|
|
Element 'ram:CarriedInactiveReferencedTransportMeans' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CarriedMaterialGoodsCharacteristic">
|
|
<report test="true()">
|
|
Element 'ram:CarriedMaterialGoodsCharacteristic' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CarrierAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CarrierAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CarrierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CarrierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ClosingDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ClosingDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CommodityConsolidatorAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CommodityConsolidatorAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CommodityConsolidatorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CommodityConsolidatorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ConsignmentQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ConsignmentQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ConsortiumCarrierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ConsortiumCarrierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CrewListRelatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CrewListRelatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CrewQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CrewQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:CrewTransportPerson">
|
|
<report test="true()">
|
|
Element 'ram:CrewTransportPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:DangerousGoodsIndicator">
|
|
<report test="true()">
|
|
Element 'ram:DangerousGoodsIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:DepartureTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:DepartureTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:DocumentaryInstructionsNotifiedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DocumentaryInstructionsNotifiedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ExcessTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ExcessTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:FirstArrivalTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:FirstArrivalTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ISCCIssuingAuthorityTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ISCCIssuingAuthorityTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:InspectionTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InspectionTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:LiftingInstructionsRelatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LiftingInstructionsRelatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:LoadingInspectionTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:LoadingInspectionTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:LoadingTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:LoadingTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ManifestOnboardIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ManifestOnboardIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ManifestRelatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ManifestRelatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:MasterResponsibleTransportPerson">
|
|
<report test="true()">
|
|
Element 'ram:MasterResponsibleTransportPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:Mode">
|
|
<report test="true()">
|
|
Element 'ram:Mode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ModeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:NVOCCCarrierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:NVOCCCarrierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:NotifiedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:NotifiedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:OwnerAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:OwnerAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:PackageQuantity">
|
|
<report test="true()">
|
|
Element 'ram:PackageQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:PassengerListRelatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PassengerListRelatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:PassengerQuantity">
|
|
<report test="true()">
|
|
Element 'ram:PassengerQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:PilotTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PilotTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:PilotageExemptionID">
|
|
<report test="true()">
|
|
Element 'ram:PilotageExemptionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:SailingAdviceNotificationInformation">
|
|
<report test="true()">
|
|
Element 'ram:SailingAdviceNotificationInformation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:SailingAdviceNotifiedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SailingAdviceNotifiedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:ScheduledID">
|
|
<report test="true()">
|
|
Element 'ram:ScheduledID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:SpecifiedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:StageCode">
|
|
<report test="true()">
|
|
Element 'ram:StageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:StayID">
|
|
<report test="true()">
|
|
Element 'ram:StayID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:StevedoreTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:StevedoreTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TerminalOperatorAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:TerminalOperatorAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TerminalOperatorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:TerminalOperatorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TowageTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:TowageTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TowingVesselRelatedLogisticsTransportMovement">
|
|
<report test="true()">
|
|
Element 'ram:TowingVesselRelatedLogisticsTransportMovement' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TradedParcelQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TradedParcelQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TradingConsolidatorAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:TradingConsolidatorAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TransitDirectionCode">
|
|
<report test="true()">
|
|
Element 'ram:TransitDirectionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TransportContractRelatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:TransportContractRelatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TransportEquipmentQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TransportEquipmentQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TransportMeansSecurityOfficerTransportPerson">
|
|
<report test="true()">
|
|
Element 'ram:TransportMeansSecurityOfficerTransportPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:TransshipmentIntermediateTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:TransshipmentIntermediateTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:UnloadingInspectionTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:UnloadingInspectionTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:UnloadingTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:UnloadingTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedLogisticsTransportMovement/ram:UsedLogisticsTransportMeans">
|
|
<report test="true()">
|
|
Element 'ram:UsedLogisticsTransportMeans' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SpecifiedTradeDeliveryTerms">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeDeliveryTerms' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:StorageTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:StorageTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:SummaryDescription">
|
|
<report test="true()">
|
|
Element 'ram:SummaryDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TotalAllowanceChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TotalChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TotalCollectChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalCollectChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TotalDisbursementAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalDisbursementAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TotalExportExitToImportEntryChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalExportExitToImportEntryChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TotalPrepaidChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalPrepaidChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TotalTareWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:TotalTareWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TradedParcelID">
|
|
<report test="true()">
|
|
Element 'ram:TradedParcelID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransitLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:TransitLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransitTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:TransitTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransportContractReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:TransportContractReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransportEquipmentQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TransportEquipmentQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransportEquipmentSplitGoodsIndicator">
|
|
<report test="true()">
|
|
Element 'ram:TransportEquipmentSplitGoodsIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:TransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransportLogisticsPackage">
|
|
<report test="true()">
|
|
Element 'ram:TransportLogisticsPackage' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransportService">
|
|
<report test="true()">
|
|
Element 'ram:TransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransportSplitDescription">
|
|
<report test="true()">
|
|
Element 'ram:TransportSplitDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:TransshipmentLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:TransshipmentLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:UnloadingBaseportLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:UnloadingBaseportLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:UnloadingSequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UnloadingSequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:UtilizedLogisticsTransportEquipment">
|
|
<report test="true()">
|
|
Element 'ram:UtilizedLogisticsTransportEquipment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:VanningTransportEvent">
|
|
<report test="true()">
|
|
Element 'ram:VanningTransportEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment/ram:WarehouseArrivalDateTime">
|
|
<report test="true()">
|
|
Element 'ram:WarehouseArrivalDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RemainingRequestedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:RemainingRequestedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RequestedDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RequestedDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RequestedPickUpSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedPickUpSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RequestedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:RequestedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:RequestedReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ReverseBilledQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ReverseBilledQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:SampleShipFromTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SampleShipFromTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:SampleShipToTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SampleShipToTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipFromTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:ShipmentScheduleReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ShipmentScheduleReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:SpecifiedDeliveryAdjustment">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:SpecifiedLogisticsRegulatedGoods">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsRegulatedGoods' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:TheoreticalWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:TurnInReceivedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TurnInReceivedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToDeliveryDateTime">
|
|
<report test="true()">
|
|
Element 'ram:UltimateShipToDeliveryDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:UltimateShipToDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeDelivery/ram:UtilizedLogisticsTransportEquipment">
|
|
<report test="true()">
|
|
Element 'ram:UtilizedLogisticsTransportEquipment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement">
|
|
<assert test="count(ram:PaymentReference)<=1">
|
|
Element 'ram:PaymentReference' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:InvoiceCurrencyCode)=1">
|
|
Element 'ram:InvoiceCurrencyCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:PayeeTradeParty)<=1">
|
|
Element 'ram:PayeeTradeParty' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:BillingSpecifiedPeriod)<=1">
|
|
Element 'ram:BillingSpecifiedPeriod' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:SpecifiedTradeSettlementMonetarySummation)=1">
|
|
Element 'ram:SpecifiedTradeSettlementMonetarySummation' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ReceivableSpecifiedTradeAccountingAccount)<=1">
|
|
Element 'ram:ReceivableSpecifiedTradeAccountingAccount' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:AcceptanceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:AcceptanceTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:AccountingApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:AccountingApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:AdditionalReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:AgreementReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AgreementReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:AlternatePaymentApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:AlternatePaymentApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax">
|
|
<assert test="count(ram:CalculatedAmount)=1">
|
|
Element 'ram:CalculatedAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:TypeCode)=1">
|
|
Element 'ram:TypeCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:BasisAmount)=1">
|
|
Element 'ram:BasisAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:LineTotalBasisAmount)<=1">
|
|
Element 'ram:LineTotalBasisAmount' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:AllowanceChargeBasisAmount)<=1">
|
|
Element 'ram:AllowanceChargeBasisAmount' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ApplicablePercent)=1">
|
|
Element 'ram:ApplicablePercent' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:AllowanceChargeBasisAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:AllowanceChargeBasisAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ApplicablePercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ApplicableTradeLocation">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BasisAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BasisAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:BasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedRate">
|
|
<report test="true()">
|
|
Element 'ram:CalculatedRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculationSequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryName">
|
|
<report test="true()">
|
|
Element 'ram:CategoryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:CurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CustomsDutyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CustomsDutyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:DeductionAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeductionAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:DeferredStatusPartyDebtorFinancialAccount">
|
|
<report test="true()">
|
|
Element 'ram:DeferredStatusPartyDebtorFinancialAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:DueDateTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:DueDateTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionAuthorizationID">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionAuthorizationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionReason[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionReason[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:FunctionCode">
|
|
<report test="true()">
|
|
Element 'ram:FunctionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Guarantee">
|
|
<report test="true()">
|
|
Element 'ram:Guarantee' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:GuaranteeCode">
|
|
<report test="true()">
|
|
Element 'ram:GuaranteeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:InformationAmount">
|
|
<report test="true()">
|
|
Element 'ram:InformationAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Jurisdiction">
|
|
<report test="true()">
|
|
Element 'ram:Jurisdiction' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:LineTotalBasisAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:LineTotalBasisAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:PaymentID">
|
|
<report test="true()">
|
|
Element 'ram:PaymentID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:PaymentMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Rate">
|
|
<report test="true()">
|
|
Element 'ram:Rate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RateApplicablePercent">
|
|
<report test="true()">
|
|
Element 'ram:RateApplicablePercent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RateCode">
|
|
<report test="true()">
|
|
Element 'ram:RateCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RefundAmount">
|
|
<report test="true()">
|
|
Element 'ram:RefundAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RegimeType">
|
|
<report test="true()">
|
|
Element 'ram:RegimeType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RegimeTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RegimeTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedBasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedCalculatedAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculatedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedCalculationRate">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculationRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SellerPayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SellerRefundableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ServiceSupplyTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TariffDeductionQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TariffDeductionQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TaxBasisAllowanceRate">
|
|
<report test="true()">
|
|
Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TaxExemptionAuthorityID">
|
|
<report test="true()">
|
|
Element 'ram:TaxExemptionAuthorityID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TaxPointDate">
|
|
<report test="true()">
|
|
Element 'ram:TaxPointDate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Type">
|
|
<report test="true()">
|
|
Element 'ram:Type' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:UnitBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod">
|
|
<assert test="count(ram:StartDateTime)=1">
|
|
Element 'ram:StartDateTime' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:EndDateTime)=1">
|
|
Element 'ram:EndDateTime' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:CompleteDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CompleteDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:ContinuousIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ContinuousIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:DurationMeasure">
|
|
<report test="true()">
|
|
Element 'ram:DurationMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:EndDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:EndDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:InclusiveIndicator">
|
|
<report test="true()">
|
|
Element 'ram:InclusiveIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:OpenIndicator">
|
|
<report test="true()">
|
|
Element 'ram:OpenIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:SeasonCode">
|
|
<report test="true()">
|
|
Element 'ram:SeasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:SequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:SequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:StartDateFlexibilityCode">
|
|
<report test="true()">
|
|
Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:StartDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:StartDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditNoteAmount">
|
|
<report test="true()">
|
|
Element 'ram:CreditNoteAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditReason">
|
|
<report test="true()">
|
|
Element 'ram:CreditReason' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:CreditReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditorReferenceID">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditorReferenceIssuerID">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditorReferenceType">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditorReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:CreditorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CreditorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:DeliveryChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:DiscountAmount">
|
|
<report test="true()">
|
|
Element 'ram:DiscountAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:DiscountIndicator">
|
|
<report test="true()">
|
|
Element 'ram:DiscountIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:DocumentaryCreditReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:DocumentaryCreditReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:DuePayableAmount">
|
|
<report test="true()">
|
|
Element 'ram:DuePayableAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:FactoringAgreementReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:FactoringListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InspectionTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InspectionTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceCurrencyCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceIssuerReference">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceIssuerReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoiceeTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:InvoicerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InvoicerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:LetterOfCreditReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:NextInvoiceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:NextInvoiceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:OrderApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:OrderApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:OrderCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:OrderCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PackagingPayerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PackagingPayerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayableSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayeeTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayerReference">
|
|
<report test="true()">
|
|
Element 'ram:PayerReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PayerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PayerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PaymentAmount">
|
|
<report test="true()">
|
|
Element 'ram:PaymentAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PaymentApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PaymentCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PaymentReference[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PaymentReference[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PriceApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:PriceApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PriceCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:PriceCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ProFormaInvoiceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:PurchaseSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:QuotationApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:QuotationApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:QuotationCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:QuotationCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:AbbreviatedName">
|
|
<report test="true()">
|
|
Element 'ram:AbbreviatedName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:AmountTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmountTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:CostAssignmentReference">
|
|
<report test="true()">
|
|
Element 'ram:CostAssignmentReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:CostReferenceDimensionPattern">
|
|
<report test="true()">
|
|
Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:MainAccountsChartID">
|
|
<report test="true()">
|
|
Element 'ram:MainAccountsChartID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:MainAccountsChartReferenceID">
|
|
<report test="true()">
|
|
Element 'ram:MainAccountsChartReferenceID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:SetTriggerCode">
|
|
<report test="true()">
|
|
Element 'ram:SetTriggerCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:SubAccountID">
|
|
<report test="true()">
|
|
Element 'ram:SubAccountID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:ReceivedPaymentDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceivedPaymentDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:RemittanceAdviceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RemittanceAdviceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SalesSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedAdvancePayment">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedFinancialAdjustment">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge">
|
|
<assert test="count(ram:Description)>=1">
|
|
Element 'ram:Description' must occur at least 1 times.</assert>
|
|
<assert test="count(ram:AppliedAmount)=1">
|
|
Element 'ram:AppliedAmount' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AllowanceCharge">
|
|
<report test="true()">
|
|
Element 'ram:AllowanceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedFromLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:AppliedFromLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedToLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:AppliedToLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax">
|
|
<assert test="count(ram:TypeCode)=1">
|
|
Element 'ram:TypeCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:CategoryCode)=1">
|
|
Element 'ram:CategoryCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ApplicablePercent)=1">
|
|
Element 'ram:ApplicablePercent' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:AllowanceChargeBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:ApplicablePercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:ApplicableTradeLocation">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:BasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:BasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:BasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:BasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CalculatedAmount">
|
|
<report test="true()">
|
|
Element 'ram:CalculatedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CalculatedRate">
|
|
<report test="true()">
|
|
Element 'ram:CalculatedRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CalculationSequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CategoryCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CategoryCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CategoryCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CategoryCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CategoryName">
|
|
<report test="true()">
|
|
Element 'ram:CategoryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:CurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:CustomsDutyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CustomsDutyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:DeductionAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeductionAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:DeferredStatusPartyDebtorFinancialAccount">
|
|
<report test="true()">
|
|
Element 'ram:DeferredStatusPartyDebtorFinancialAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:DueDateTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:DueDateTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:ExemptionAuthorizationID">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionAuthorizationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:ExemptionIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:ExemptionReason">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionReason' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:ExemptionReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:FunctionCode">
|
|
<report test="true()">
|
|
Element 'ram:FunctionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:Guarantee">
|
|
<report test="true()">
|
|
Element 'ram:Guarantee' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:GuaranteeCode">
|
|
<report test="true()">
|
|
Element 'ram:GuaranteeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:InformationAmount">
|
|
<report test="true()">
|
|
Element 'ram:InformationAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:Jurisdiction">
|
|
<report test="true()">
|
|
Element 'ram:Jurisdiction' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:LineTotalBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:LineTotalBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:PaymentID">
|
|
<report test="true()">
|
|
Element 'ram:PaymentID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:PaymentMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:Rate">
|
|
<report test="true()">
|
|
Element 'ram:Rate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:RateApplicablePercent">
|
|
<report test="true()">
|
|
Element 'ram:RateApplicablePercent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:RateCode">
|
|
<report test="true()">
|
|
Element 'ram:RateCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:RefundAmount">
|
|
<report test="true()">
|
|
Element 'ram:RefundAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:RegimeType">
|
|
<report test="true()">
|
|
Element 'ram:RegimeType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:RegimeTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RegimeTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:SelfAssessedBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:SelfAssessedBasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:SelfAssessedCalculatedAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculatedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:SelfAssessedCalculationRate">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculationRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:SellerPayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:SellerRefundableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:ServiceSupplyTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:SpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TariffDeductionQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TariffDeductionQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TaxBasisAllowanceRate">
|
|
<report test="true()">
|
|
Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TaxExemptionAuthorityID">
|
|
<report test="true()">
|
|
Element 'ram:TaxExemptionAuthorityID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TaxPointDate">
|
|
<report test="true()">
|
|
Element 'ram:TaxPointDate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:Type">
|
|
<report test="true()">
|
|
Element 'ram:Type' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TypeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:AppliedTradeTax/ram:UnitBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:CalculationBasis">
|
|
<report test="true()">
|
|
Element 'ram:CalculationBasis' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:CalculationBasisCode">
|
|
<report test="true()">
|
|
Element 'ram:CalculationBasisCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:CalculationBasisTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:CalculationBasisTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:ChargeCategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:ChargeCategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:Description[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:Description[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:DisbursementAmount">
|
|
<report test="true()">
|
|
Element 'ram:DisbursementAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:FreightInvoiceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:FreightInvoiceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:InformationTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:InformationTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:InvoiceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:PayingPartyRoleCode">
|
|
<report test="true()">
|
|
Element 'ram:PayingPartyRoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:PaymentArrangementCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentArrangementCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:PaymentPlaceLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:PaymentPlaceLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:RepackageAppliedAmount">
|
|
<report test="true()">
|
|
Element 'ram:RepackageAppliedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:ServiceCategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:ServiceCategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:ServiceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ServiceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:SpecifiedTradeSettlementPaymentMeans">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeSettlementPaymentMeans' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:TariffClassCode">
|
|
<report test="true()">
|
|
Element 'ram:TariffClassCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge/ram:TransportPaymentMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:TransportPaymentMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge">
|
|
<assert test="count(ram:ChargeIndicator)=1">
|
|
Element 'ram:ChargeIndicator' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ActualAmount)=1">
|
|
Element 'ram:ActualAmount' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ActualAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ActualAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ActualTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:AppliedDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AppliedDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:BasisAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:BasisAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:BasisQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:BasisQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:BasisQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:BasisQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CalculationPercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax">
|
|
<assert test="count(ram:TypeCode)=1">
|
|
Element 'ram:TypeCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:CategoryCode)=1">
|
|
Element 'ram:CategoryCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ApplicablePercent)=1">
|
|
Element 'ram:ApplicablePercent' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:AllowanceChargeBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:ApplicablePercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:ApplicableTradeLocation">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:BasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:BasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:BasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:BasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CalculatedAmount">
|
|
<report test="true()">
|
|
Element 'ram:CalculatedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CalculatedRate">
|
|
<report test="true()">
|
|
Element 'ram:CalculatedRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CalculationSequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CategoryCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CategoryCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CategoryCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CategoryCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CategoryName">
|
|
<report test="true()">
|
|
Element 'ram:CategoryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:CurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:CustomsDutyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CustomsDutyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:DeductionAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeductionAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:DeferredStatusPartyDebtorFinancialAccount">
|
|
<report test="true()">
|
|
Element 'ram:DeferredStatusPartyDebtorFinancialAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:DueDateTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:DueDateTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:ExemptionAuthorizationID">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionAuthorizationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:ExemptionIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:ExemptionReason">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionReason' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:ExemptionReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:FunctionCode">
|
|
<report test="true()">
|
|
Element 'ram:FunctionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:Guarantee">
|
|
<report test="true()">
|
|
Element 'ram:Guarantee' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:GuaranteeCode">
|
|
<report test="true()">
|
|
Element 'ram:GuaranteeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:InformationAmount">
|
|
<report test="true()">
|
|
Element 'ram:InformationAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:Jurisdiction">
|
|
<report test="true()">
|
|
Element 'ram:Jurisdiction' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:LineTotalBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:LineTotalBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:PaymentID">
|
|
<report test="true()">
|
|
Element 'ram:PaymentID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:PaymentMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:Rate">
|
|
<report test="true()">
|
|
Element 'ram:Rate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RateApplicablePercent">
|
|
<report test="true()">
|
|
Element 'ram:RateApplicablePercent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RateCode">
|
|
<report test="true()">
|
|
Element 'ram:RateCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RefundAmount">
|
|
<report test="true()">
|
|
Element 'ram:RefundAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RegimeType">
|
|
<report test="true()">
|
|
Element 'ram:RegimeType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:RegimeTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RegimeTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:SelfAssessedBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:SelfAssessedBasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:SelfAssessedCalculatedAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculatedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:SelfAssessedCalculationRate">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculationRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:SellerPayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:SellerRefundableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:ServiceSupplyTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:SpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TariffDeductionQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TariffDeductionQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TaxBasisAllowanceRate">
|
|
<report test="true()">
|
|
Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TaxExemptionAuthorityID">
|
|
<report test="true()">
|
|
Element 'ram:TaxExemptionAuthorityID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TaxPointDate">
|
|
<report test="true()">
|
|
Element 'ram:TaxPointDate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:Type">
|
|
<report test="true()">
|
|
Element 'ram:Type' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TypeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:CategoryTradeTax/ram:UnitBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ChargeIndicator/udt:IndicatorString">
|
|
<report test="true()">
|
|
Element 'udt:IndicatorString' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:DeductionAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeductionAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:PrepaidIndicator">
|
|
<report test="true()">
|
|
Element 'ram:PrepaidIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ReasonCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ReasonCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ReasonCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ReasonCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:Reason[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:Reason[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:SequenceNumeric[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:SpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:UnitBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ValiditySpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms">
|
|
<assert test="count(ram:Description)>=1">
|
|
Element 'ram:Description' must occur at least 1 times.</assert>
|
|
<assert test="count(ram:ApplicableTradePaymentPenaltyTerms)<=1">
|
|
Element 'ram:ApplicableTradePaymentPenaltyTerms' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ApplicableTradePaymentDiscountTerms)<=1">
|
|
Element 'ram:ApplicableTradePaymentDiscountTerms' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms">
|
|
<assert test="count(ram:BasisAmount)<=1">
|
|
Element 'ram:BasisAmount' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ActualDiscountAmount)<=1">
|
|
Element 'ram:ActualDiscountAmount' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:ActualDiscountAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:ActualDiscountAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:BasisAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:BasisAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:BasisDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:BasisDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:BasisPeriodMeasure">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:BasisPeriodMeasure[@unitCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentDiscountTerms/ram:CalculationPercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms">
|
|
<assert test="count(ram:BasisAmount)<=1">
|
|
Element 'ram:BasisAmount' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ActualPenaltyAmount)<=1">
|
|
Element 'ram:ActualPenaltyAmount' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:ActualPenaltyAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:ActualPenaltyAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:BasisAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:BasisAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:BasisDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:BasisDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:BasisPeriodMeasure">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:BasisPeriodMeasure[@unitCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ApplicableTradePaymentPenaltyTerms/ram:CalculationPercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:Description[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:Description[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:DirectDebitMandateID">
|
|
<report test="true()">
|
|
Element 'ram:DirectDebitMandateID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:DueDateDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:DueDateDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:DurationMeasure">
|
|
<report test="true()">
|
|
Element 'ram:DurationMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:EquivalentAmount">
|
|
<report test="true()">
|
|
Element 'ram:EquivalentAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:FromEventCode">
|
|
<report test="true()">
|
|
Element 'ram:FromEventCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:InstructedAmount">
|
|
<report test="true()">
|
|
Element 'ram:InstructedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:InstructionCode">
|
|
<report test="true()">
|
|
Element 'ram:InstructionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:InstructionTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:InstructionTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:PartialPaymentAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:PartialPaymentAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:PartialPaymentPercent">
|
|
<report test="true()">
|
|
Element 'ram:PartialPaymentPercent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:PayeeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PayeeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:PaymentMeansID">
|
|
<report test="true()">
|
|
Element 'ram:PaymentMeansID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:SettlementPeriodMeasure">
|
|
<report test="true()">
|
|
Element 'ram:SettlementPeriodMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementFinancialCard">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation">
|
|
<assert test="count(ram:LineTotalAmount)=1">
|
|
Element 'ram:LineTotalAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ChargeTotalAmount)=1">
|
|
Element 'ram:ChargeTotalAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:AllowanceTotalAmount)=1">
|
|
Element 'ram:AllowanceTotalAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:TaxBasisTotalAmount)=1">
|
|
Element 'ram:TaxBasisTotalAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:TaxTotalAmount)=1">
|
|
Element 'ram:TaxTotalAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:GrandTotalAmount)=1">
|
|
Element 'ram:GrandTotalAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:TotalPrepaidAmount)<=1">
|
|
Element 'ram:TotalPrepaidAmount' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:DuePayableAmount)<=1">
|
|
Element 'ram:DuePayableAmount' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:AllowanceTotalAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:AllowanceTotalAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:ChargeTotalAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:ChargeTotalAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:DuePayableAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:DuePayableAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:EquivalentTransferTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:EquivalentTransferTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:ExcludingTaxesLineTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:ExcludingTaxesLineTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:FreightChargeTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:FreightChargeTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:GrandTotal">
|
|
<report test="true()">
|
|
Element 'ram:GrandTotal' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:GrandTotalAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:GrandTotalAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:IncludingTaxesLineTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:IncludingTaxesLineTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:InformationAmount">
|
|
<report test="true()">
|
|
Element 'ram:InformationAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:InsuranceChargeTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:InsuranceChargeTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:LineTotalAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:LineTotalAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:PackingChargeTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:PackingChargeTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:PaymentTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:PaymentTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:RoundingAmount">
|
|
<report test="true()">
|
|
Element 'ram:RoundingAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TaxBasisTotalAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TaxBasisTotalAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TaxTotalAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TaxTotalAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalAllowanceChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalAllowanceChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalDiscountAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalDiscountAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalDiscountBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalDiscountBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalPenaltyAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalPenaltyAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalPrepaidAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalPrepaidAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ApplicableTradeSettlementFinancialCard">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeSettlementFinancialCard' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:GuaranteeMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:GuaranteeMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ID">
|
|
<assert test="@schemeAgencyID">
|
|
Attribute '@schemeAgencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:IdentifiedTradeSettlementFinancialCard">
|
|
<report test="true()">
|
|
Element 'ram:IdentifiedTradeSettlementFinancialCard' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:Information[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:Information[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PaidAmount">
|
|
<report test="true()">
|
|
Element 'ram:PaidAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:AccountName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:AccountName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:BBANID">
|
|
<report test="true()">
|
|
Element 'ram:BBANID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:CurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:CurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:IBANID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:IBANID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:IBANID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:IBANID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:IBANID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:IBANID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:IBANID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryAccountName">
|
|
<report test="true()">
|
|
Element 'ram:ProprietaryAccountName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:ProprietaryType">
|
|
<report test="true()">
|
|
Element 'ram:ProprietaryType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeePartyCreditorFinancialAccount/ram:UPICID">
|
|
<report test="true()">
|
|
Element 'ram:UPICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:AustralianBSBID">
|
|
<report test="true()">
|
|
Element 'ram:AustralianBSBID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:AustrianBankleitzahlID">
|
|
<report test="true()">
|
|
Element 'ram:AustrianBankleitzahlID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:BICID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:BICID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:BICID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:BICID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:BICID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:BICID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:BICID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:CHIPSParticipantID">
|
|
<report test="true()">
|
|
Element 'ram:CHIPSParticipantID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:CHIPSUniversalID">
|
|
<report test="true()">
|
|
Element 'ram:CHIPSUniversalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:CanadianPaymentsAssociationID">
|
|
<report test="true()">
|
|
Element 'ram:CanadianPaymentsAssociationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:ClearingSystemName">
|
|
<report test="true()">
|
|
Element 'ram:ClearingSystemName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:FedwireRoutingNumberID">
|
|
<report test="true()">
|
|
Element 'ram:FedwireRoutingNumberID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:GermanBankleitzahlID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:GermanBankleitzahlID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:GermanBankleitzahlID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:GermanBankleitzahlID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:GermanBankleitzahlID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:GermanBankleitzahlID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:GermanBankleitzahlID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:HellenicBankID">
|
|
<report test="true()">
|
|
Element 'ram:HellenicBankID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:HongKongBankID">
|
|
<report test="true()">
|
|
Element 'ram:HongKongBankID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:IndianFinancialSystemID">
|
|
<report test="true()">
|
|
Element 'ram:IndianFinancialSystemID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:IrishNSCID">
|
|
<report test="true()">
|
|
Element 'ram:IrishNSCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:ItalianDomesticID">
|
|
<report test="true()">
|
|
Element 'ram:ItalianDomesticID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:LocationFinancialInstitutionAddress">
|
|
<report test="true()">
|
|
Element 'ram:LocationFinancialInstitutionAddress' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:NewZealandNCCID">
|
|
<report test="true()">
|
|
Element 'ram:NewZealandNCCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:PolishNationalClearingID">
|
|
<report test="true()">
|
|
Element 'ram:PolishNationalClearingID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:PortugueseNCCID">
|
|
<report test="true()">
|
|
Element 'ram:PortugueseNCCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:RussianCentralBankID">
|
|
<report test="true()">
|
|
Element 'ram:RussianCentralBankID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:SICID">
|
|
<report test="true()">
|
|
Element 'ram:SICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:SortCodeID">
|
|
<report test="true()">
|
|
Element 'ram:SortCodeID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:SouthAfricanNCCID">
|
|
<report test="true()">
|
|
Element 'ram:SouthAfricanNCCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:SpanishDomesticInterbankingID">
|
|
<report test="true()">
|
|
Element 'ram:SpanishDomesticInterbankingID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:SubDivisionBranchFinancialInstitution">
|
|
<report test="true()">
|
|
Element 'ram:SubDivisionBranchFinancialInstitution' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:SwissBCID">
|
|
<report test="true()">
|
|
Element 'ram:SwissBCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayeeSpecifiedCreditorFinancialInstitution/ram:UKSortCodeID">
|
|
<report test="true()">
|
|
Element 'ram:UKSortCodeID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:AccountName">
|
|
<report test="true()">
|
|
Element 'ram:AccountName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:BBANID">
|
|
<report test="true()">
|
|
Element 'ram:BBANID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:CurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:CurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:IBANID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:IBANID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:IBANID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:IBANID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:IBANID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:IBANID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:IBANID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryAccountName">
|
|
<report test="true()">
|
|
Element 'ram:ProprietaryAccountName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:ProprietaryType">
|
|
<report test="true()">
|
|
Element 'ram:ProprietaryType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerPartyDebtorFinancialAccount/ram:UPICID">
|
|
<report test="true()">
|
|
Element 'ram:UPICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:AustralianBSBID">
|
|
<report test="true()">
|
|
Element 'ram:AustralianBSBID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:AustrianBankleitzahlID">
|
|
<report test="true()">
|
|
Element 'ram:AustrianBankleitzahlID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:BICID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:BICID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:BICID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:BICID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:BICID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:BICID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:BICID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:CHIPSParticipantID">
|
|
<report test="true()">
|
|
Element 'ram:CHIPSParticipantID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:CHIPSUniversalID">
|
|
<report test="true()">
|
|
Element 'ram:CHIPSUniversalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:CanadianPaymentsAssociationID">
|
|
<report test="true()">
|
|
Element 'ram:CanadianPaymentsAssociationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:ClearingSystemName">
|
|
<report test="true()">
|
|
Element 'ram:ClearingSystemName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:FedwireRoutingNumberID">
|
|
<report test="true()">
|
|
Element 'ram:FedwireRoutingNumberID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:GermanBankleitzahlID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:GermanBankleitzahlID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:GermanBankleitzahlID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:GermanBankleitzahlID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:GermanBankleitzahlID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:GermanBankleitzahlID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:GermanBankleitzahlID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:HellenicBankID">
|
|
<report test="true()">
|
|
Element 'ram:HellenicBankID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:HongKongBankID">
|
|
<report test="true()">
|
|
Element 'ram:HongKongBankID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:IndianFinancialSystemID">
|
|
<report test="true()">
|
|
Element 'ram:IndianFinancialSystemID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:IrishNSCID">
|
|
<report test="true()">
|
|
Element 'ram:IrishNSCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:ItalianDomesticID">
|
|
<report test="true()">
|
|
Element 'ram:ItalianDomesticID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:LocationFinancialInstitutionAddress">
|
|
<report test="true()">
|
|
Element 'ram:LocationFinancialInstitutionAddress' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:NewZealandNCCID">
|
|
<report test="true()">
|
|
Element 'ram:NewZealandNCCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:PolishNationalClearingID">
|
|
<report test="true()">
|
|
Element 'ram:PolishNationalClearingID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:PortugueseNCCID">
|
|
<report test="true()">
|
|
Element 'ram:PortugueseNCCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:RussianCentralBankID">
|
|
<report test="true()">
|
|
Element 'ram:RussianCentralBankID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:SICID">
|
|
<report test="true()">
|
|
Element 'ram:SICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:SouthAfricanNCCID">
|
|
<report test="true()">
|
|
Element 'ram:SouthAfricanNCCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:SpanishDomesticInterbankingID">
|
|
<report test="true()">
|
|
Element 'ram:SpanishDomesticInterbankingID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:SubDivisionBranchFinancialInstitution">
|
|
<report test="true()">
|
|
Element 'ram:SubDivisionBranchFinancialInstitution' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:SwissBCID">
|
|
<report test="true()">
|
|
Element 'ram:SwissBCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PayerSpecifiedDebtorFinancialInstitution/ram:UKSortCodeID">
|
|
<report test="true()">
|
|
Element 'ram:UKSortCodeID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PaymentChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:PaymentMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:Type">
|
|
<report test="true()">
|
|
Element 'ram:Type' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:SubtotalCalculatedTradeTax">
|
|
<report test="true()">
|
|
Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:TaxApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:TaxCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:TaxCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:TaxPointDateTime">
|
|
<report test="true()">
|
|
Element 'ram:TaxPointDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:TotalAdjustmentAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:TotalInvoiceAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalInvoiceAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:TotalTaxAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalTaxAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ApplicableSupplyChainTradeSettlement/ram:TransportationPayeeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:TransportationPayeeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:AssociatedDocumentLineDocument">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedDocumentLineDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:AssociatedReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem">
|
|
<assert test="count(ram:AssociatedDocumentLineDocument)=1">
|
|
Element 'ram:AssociatedDocumentLineDocument' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:SpecifiedSupplyChainTradeSettlement)=1">
|
|
Element 'ram:SpecifiedSupplyChainTradeSettlement' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AccessoryApplicableReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:AccessoryApplicableReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AdditionalApplicableReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalApplicableReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AdditionalID">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AdditionalInformationNote">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalInformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssertedDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:AssertedDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote">
|
|
<assert test="count(ram:ContentCode)<=1">
|
|
Element 'ram:ContentCode' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Content)>=1">
|
|
Element 'ram:Content' must occur at least 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ContentCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:Content[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:Content[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:Subject">
|
|
<report test="true()">
|
|
Element 'ram:Subject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:IncludedNote/ram:SubjectCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LatestRevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:LatestRevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:LineStatusReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:ParentLineID">
|
|
<report test="true()">
|
|
Element 'ram:ParentLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedDocumentLineDocument/ram:UUIDLineID">
|
|
<report test="true()">
|
|
Element 'ram:UUIDLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:AssociatedLogisticsTransportEquipment">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedLogisticsTransportEquipment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:BarcodeID">
|
|
<report test="true()">
|
|
Element 'ram:BarcodeID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:ComplementaryApplicableReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:ComplementaryApplicableReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:ComponentApplicableReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:ComponentApplicableReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:IncludedWithinSupplyChainConsignmentItem">
|
|
<report test="true()">
|
|
Element 'ram:IncludedWithinSupplyChainConsignmentItem' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:PhysicalLogisticsPackage">
|
|
<report test="true()">
|
|
Element 'ram:PhysicalLogisticsPackage' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:RequiredApplicableReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:RequiredApplicableReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:SequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement">
|
|
<assert test="count(ram:BuyerOrderReferencedDocument)<=1">
|
|
Element 'ram:BuyerOrderReferencedDocument' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ContractReferencedDocument)<=1">
|
|
Element 'ram:ContractReferencedDocument' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:GrossPriceProductTradePrice)<=1">
|
|
Element 'ram:GrossPriceProductTradePrice' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:NetPriceProductTradePrice)<=1">
|
|
Element 'ram:NetPriceProductTradePrice' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:CustomerOrderReferencedDocument)<=1">
|
|
Element 'ram:CustomerOrderReferencedDocument' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ReferenceTypeCode)=1">
|
|
Element 'ram:ReferenceTypeCode' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ReferenceTypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ReferenceTypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ReferenceTypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:ReferenceTypeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdditionalReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdministrativeAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AdministrativeAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AdministrativeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AdministrativeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:AgreedPriceProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:AgreedPriceProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ApplicableLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ApplicableSupplyChainForecastTerms">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableSupplyChainForecastTerms' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ApplicableTradeAllowanceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeAllowanceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ApplicableTradeDeliveryTerms">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeDeliveryTerms' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ApplicableTradePaymentTerms">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradePaymentTerms' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BillOfQuantitiesReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:BillOfQuantitiesReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BlanketOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:BlanketOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerAssignedAccountantTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedAccountantTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerBankTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerBankTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerOrderReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerReference">
|
|
<report test="true()">
|
|
Element 'ram:BuyerReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerRequisitionerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerRequisitionerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerTaxRepresentativeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerTaxRepresentativeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:BuyerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BuyerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CarrierTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CarrierTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CatalogueInformationProviderTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueInformationProviderTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CatalogueInformationReceiverTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueInformationReceiverTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CatalogueReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CatalogueRequestReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueRequestReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CatalogueSubscriptionReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CatalogueSubscriptionReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ContractReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:CustomerOrderReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:DeliveryOrderFulfilmentLeadTimeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryOrderFulfilmentLeadTimeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:DeliveryPriorityCode">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryPriorityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:DemandForecastReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:DemandForecastReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:DiscountedProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:DiscountedProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:EngineeringChangeReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:EngineeringChangeReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ExclusivitySpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ExclusivitySpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ExportLicenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ExportLicenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice">
|
|
<assert test="count(ram:ChargeAmount)=1">
|
|
Element 'ram:ChargeAmount' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge">
|
|
<assert test="count(ram:ChargeIndicator)=1">
|
|
Element 'ram:ChargeIndicator' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ActualAmount)=1">
|
|
Element 'ram:ActualAmount' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ActualAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ActualAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ActualTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:ActualTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:AppliedDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AppliedDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:BasisAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:BasisAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:BasisQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:BasisQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:BasisQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:BasisQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:CalculationPercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:CategoryTradeTax">
|
|
<report test="true()">
|
|
Element 'ram:CategoryTradeTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ChargeIndicator/udt:IndicatorString">
|
|
<report test="true()">
|
|
Element 'udt:IndicatorString' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:DeductionAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeductionAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:PrepaidIndicator">
|
|
<report test="true()">
|
|
Element 'ram:PrepaidIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ReasonCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ReasonCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ReasonCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ReasonCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:Reason[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:Reason[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:SequenceNumeric[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:SpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:UnitBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:AppliedTradeAllowanceCharge/ram:ValiditySpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:BasisQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:BasisQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:BasisQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:BasisQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:ChangeReason">
|
|
<report test="true()">
|
|
Element 'ram:ChangeReason' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:ChargeAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:ChargeAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:ComparisonReferencePrice">
|
|
<report test="true()">
|
|
Element 'ram:ComparisonReferencePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:DeliveryTradeLocation">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryTradeLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:IncludedTradeTax">
|
|
<report test="true()">
|
|
Element 'ram:IncludedTradeTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:MaximumChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:MaximumChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:MaximumQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MaximumQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:MinimumChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:MinimumChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:MinimumQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MinimumQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:NetPriceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:NetPriceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:OrderUnitConversionFactorNumeric">
|
|
<report test="true()">
|
|
Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:ReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:RepackagingChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:RepackagingChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:RepairChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:RepairChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:UnitAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GrossPriceProductTradePrice/ram:ValiditySpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:GuaranteedProductLifeSpanSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:GuaranteedProductLifeSpanSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ImpactCode">
|
|
<report test="true()">
|
|
Element 'ram:ImpactCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ImportLicenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ImportLicenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:IncrementalProductOrderableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:IncrementalProductOrderableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:InformationUseRestrictionIndicator">
|
|
<report test="true()">
|
|
Element 'ram:InformationUseRestrictionIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ItemBuyerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ItemBuyerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ItemSellerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ItemSellerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:LastKnownTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:LastKnownTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:LetterOfCreditReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ListProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:ListProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:MarketplaceOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MarketplaceOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:MaterialReleaseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MaterialReleaseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:MaterialReturnsReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MaterialReturnsReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:MaximumOrderQuantityOrderingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:MaximumOrderQuantityOrderingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:MaximumProductOrderableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MaximumProductOrderableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:MinimumOrderQuantityOrderingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:MinimumOrderQuantityOrderingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:MinimumProductOrderableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MinimumProductOrderableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice">
|
|
<assert test="count(ram:ChargeAmount)=1">
|
|
Element 'ram:ChargeAmount' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:AppliedTradeAllowanceCharge">
|
|
<report test="true()">
|
|
Element 'ram:AppliedTradeAllowanceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:BasisQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:BasisQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:BasisQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:BasisQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:ChangeReason">
|
|
<report test="true()">
|
|
Element 'ram:ChangeReason' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:ChargeAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:ChargeAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:ComparisonReferencePrice">
|
|
<report test="true()">
|
|
Element 'ram:ComparisonReferencePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:DeliveryTradeLocation">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryTradeLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:IncludedTradeTax">
|
|
<report test="true()">
|
|
Element 'ram:IncludedTradeTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:MaximumChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:MaximumChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:MaximumQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MaximumQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:MinimumChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:MinimumChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:MinimumQuantity">
|
|
<report test="true()">
|
|
Element 'ram:MinimumQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:NetPriceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:NetPriceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:OrderUnitConversionFactorNumeric">
|
|
<report test="true()">
|
|
Element 'ram:OrderUnitConversionFactorNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:ReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:RepackagingChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:RepackagingChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:RepairChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:RepairChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:UnitAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:NetPriceProductTradePrice/ram:ValiditySpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ValiditySpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:OrderProductUnitMeasureCode">
|
|
<report test="true()">
|
|
Element 'ram:OrderProductUnitMeasureCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:OrderResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:OrderResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:OrderingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:OrderingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:OriginalOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:OriginalOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PickUpOrderFulfilmentLeadTimeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:PickUpOrderFulfilmentLeadTimeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PreviousOrderChangeReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousOrderChangeReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PreviousOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PreviousOrderResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousOrderResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PreviousPriceListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PreviousPriceListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PriceListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PriceListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PriorityCode">
|
|
<report test="true()">
|
|
Element 'ram:PriorityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ProcurementTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ProcurementTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ProductAvailabilityCode">
|
|
<report test="true()">
|
|
Element 'ram:ProductAvailabilityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ProductChargeFreeIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductChargeFreeIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ProductEndUserTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ProductEndUserTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ProductMadeToOrderIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductMadeToOrderIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ProductOrderableIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductOrderableIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ProductReorderableIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ProductReorderableIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PromotionalDealReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PromotionalDealReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PropertyClearanceTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PropertyClearanceTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:PurchaseConditionsReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PurchaseConditionsReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:QuotationProposalReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:QuotationProposalReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:QuotationProposalResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:QuotationProposalResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:QuotationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:QuotationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:Reference">
|
|
<report test="true()">
|
|
Element 'ram:Reference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:RegistrationTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RegistrationTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:RequestForQuotationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestForQuotationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:RequestForQuotationResponseReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestForQuotationResponseReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:RequestedUnitProductTradePrice">
|
|
<report test="true()">
|
|
Element 'ram:RequestedUnitProductTradePrice' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:RequisitionReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequisitionReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:RequisitionerReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequisitionerReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ResaleProductUnitMeasureCode">
|
|
<report test="true()">
|
|
Element 'ram:ResaleProductUnitMeasureCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ResaleSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ResaleSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SalesAgentTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SalesAgentTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SalesConditionsReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SalesConditionsReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SalesReportReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SalesReportReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SellerAssignedAccountantTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedAccountantTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SellerOrderReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SellerOrderReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SellerTaxRepresentativeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SellerTaxRepresentativeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SellerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SellerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:ShippingSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:ShippingSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SupplyInstructionReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:SupplyInstructionReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:SupportCentreTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SupportCentreTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:TargetMarketTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:TargetMarketTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeAgreement/ram:TurnInReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:TurnInReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery">
|
|
<assert test="count(ram:BilledQuantity)=1">
|
|
Element 'ram:BilledQuantity' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ActualDeliverySupplyChainEvent)<=1">
|
|
Element 'ram:ActualDeliverySupplyChainEvent' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ReceivingAdviceReferencedDocument)<=1">
|
|
Element 'ram:ReceivingAdviceReferencedDocument' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:AcceptanceSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent">
|
|
<assert test="count(ram:OccurrenceDateTime)<=1">
|
|
Element 'ram:OccurrenceDateTime' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:DescriptionBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:DescriptionBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:DiscreteSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:DiscreteSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:EarliestOccurrenceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:EarliestOccurrenceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:FrequencyCode">
|
|
<report test="true()">
|
|
Element 'ram:FrequencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:LatestOccurrenceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:LatestOccurrenceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:OccurrenceLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:OccurrenceSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:OccurrenceSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDeliverySupplyChainEvent/ram:UnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:UnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualLoadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualLoadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualPickUpSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualPickUpSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualReceiptSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualReceiptSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ActualUnloadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ActualUnloadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:AdditionalReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:AgreedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:AgreedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ApplicableTransportDangerousGoods">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTransportDangerousGoods' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:AvailableSupplyChainInventory">
|
|
<report test="true()">
|
|
Element 'ram:AvailableSupplyChainInventory' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:BilledQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:BilledQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:BilledQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:BilledQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ChargeFreeQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ChargeFreeQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ChargeFreeQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ChargeFreeQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ChargeableWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:ChargeableWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ConfirmedDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ConfirmedDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ConfirmedDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ConfirmedDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ConfirmedReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:ConfirmedReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ConsumptionReportReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ConsumptionReportReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryInstructions">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryInstructions' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DeliveryNoteReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchAdviceReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DespatchedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DespatchedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DisposalTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DisposalTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DueInAvailableQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInAvailableQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DueInForecastedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInForecastedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DueInRequestedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInRequestedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:DueInReturnedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:DueInReturnedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:EconomicOrderQuantity">
|
|
<report test="true()">
|
|
Element 'ram:EconomicOrderQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:FinalDeliveryIndicator">
|
|
<report test="true()">
|
|
Element 'ram:FinalDeliveryIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:FinalDestinationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:FinalDestinationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:GFMTransferRejectedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:GFMTransferRejectedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:GrossVolumeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossVolumeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:GrossWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:IncludedSupplyChainPackaging">
|
|
<report test="true()">
|
|
Element 'ram:IncludedSupplyChainPackaging' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:IndividualPackageQuantity">
|
|
<report test="true()">
|
|
Element 'ram:IndividualPackageQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:InformationNote">
|
|
<report test="true()">
|
|
Element 'ram:InformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:InspectionSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:InspectionSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:InventoryManagerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InventoryManagerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:LogisticsPackage">
|
|
<report test="true()">
|
|
Element 'ram:LogisticsPackage' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:LogisticsServiceProviderTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:LogisticsServiceProviderTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ModificationForecastedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ModificationForecastedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:NetVolumeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:NetVolumeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:NetWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:NetWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:OwnershipToTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:OwnershipToTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PackageQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PackageQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PackageQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PackageQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PackingListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:PackingListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PartialDeliveryAllowedIndicator">
|
|
<report test="true()">
|
|
Element 'ram:PartialDeliveryAllowedIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PerPackageUnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:PerPackageUnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PickUpAvailabilityDateTime">
|
|
<report test="true()">
|
|
Element 'ram:PickUpAvailabilityDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedLoadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedLoadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedPickUpSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedPickUpSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedSupplyChainConsignment">
|
|
<report test="true()">
|
|
Element 'ram:PlannedSupplyChainConsignment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PlannedUnloadingSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PlannedUnloadingSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:PreviousDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:PreviousDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ProductUnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ProductUnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ProjectedSupplyChainSupplyPlan">
|
|
<report test="true()">
|
|
Element 'ram:ProjectedSupplyChainSupplyPlan' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ReceivedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:AcceptableSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:AcceptableSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:AcceptanceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:AmendmentPurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmendmentPurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:AttachedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:AttachedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:AttachmentBinaryObject">
|
|
<report test="true()">
|
|
Element 'ram:AttachmentBinaryObject' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:AuthenticatedOriginalIndicator">
|
|
<report test="true()">
|
|
Element 'ram:AuthenticatedOriginalIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:CategoryCode">
|
|
<report test="true()">
|
|
Element 'ram:CategoryCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ContractualDocumentClause">
|
|
<report test="true()">
|
|
Element 'ram:ContractualDocumentClause' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:CopyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CopyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:CopyIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:CopyRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:CopyRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:CreationDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CreationDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:EffectiveSpecifiedPeriod">
|
|
<report test="true()">
|
|
Element 'ram:EffectiveSpecifiedPeriod' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ElectronicPresentationIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ElectronicPresentationIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:GlobalID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:IssueLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:IssueLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:IssuerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IssuerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:IssuerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:IssuerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ItemIdentificationID">
|
|
<report test="true()">
|
|
Element 'ram:ItemIdentificationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LanguageID">
|
|
<report test="true()">
|
|
Element 'ram:LanguageID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LineStatusCode">
|
|
<report test="true()">
|
|
Element 'ram:LineStatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:LodgementLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:LodgementLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:OriginalIssuedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalIssuedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:OriginalRequiredQuantity">
|
|
<report test="true()">
|
|
Element 'ram:OriginalRequiredQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:PreviousRevisionID">
|
|
<report test="true()">
|
|
Element 'ram:PreviousRevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ReceiptDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceiptDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:RecipientTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:RecipientTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:ReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:ReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:Remarks">
|
|
<report test="true()">
|
|
Element 'ram:Remarks' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:Revision">
|
|
<report test="true()">
|
|
Element 'ram:Revision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:RevisionDateTime">
|
|
<report test="true()">
|
|
Element 'ram:RevisionDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:RevisionID">
|
|
<report test="true()">
|
|
Element 'ram:RevisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:SectionName">
|
|
<report test="true()">
|
|
Element 'ram:SectionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:SignatoryDocumentAuthentication">
|
|
<report test="true()">
|
|
Element 'ram:SignatoryDocumentAuthentication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:SubordinateLineID">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateLineID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReceivingAdviceReferencedDocument/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:RelatedSupplyChainConsignment">
|
|
<report test="true()">
|
|
Element 'ram:RelatedSupplyChainConsignment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:RemainingRequestedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:RemainingRequestedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:RequestedDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:RequestedDespatchSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedDespatchSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:RequestedPickUpSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedPickUpSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:RequestedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:RequestedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:RequestedReleaseSupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:RequestedReleaseSupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ReverseBilledQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ReverseBilledQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:SampleShipFromTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SampleShipFromTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:SampleShipToTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:SampleShipToTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipFromTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ShipFromTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipToTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:ShipmentScheduleReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ShipmentScheduleReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:SpecifiedDeliveryAdjustment">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedDeliveryAdjustment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:SpecifiedLogisticsRegulatedGoods">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsRegulatedGoods' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:TheoreticalWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:TheoreticalWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:TurnInReceivedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TurnInReceivedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToDeliveryDateTime">
|
|
<report test="true()">
|
|
Element 'ram:UltimateShipToDeliveryDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToDeliverySupplyChainEvent">
|
|
<report test="true()">
|
|
Element 'ram:UltimateShipToDeliverySupplyChainEvent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:DefinedTradeContact)<=1">
|
|
Element 'ram:DefinedTradeContact' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ApplicableLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:AssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:AttentionOfAssociatedTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOfAssociatedTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:BuyerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:CAGEID">
|
|
<report test="true()">
|
|
Element 'ram:CAGEID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DODAACID">
|
|
<report test="true()">
|
|
Element 'ram:DODAACID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DUNSID">
|
|
<report test="true()">
|
|
Element 'ram:DUNSID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact">
|
|
<assert test="count(ram:TelephoneUniversalCommunication)<=1">
|
|
Element 'ram:TelephoneUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:FaxUniversalCommunication)<=1">
|
|
Element 'ram:FaxUniversalCommunication' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:DepartmentName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:DirectTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:DirectTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EDIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EDIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication">
|
|
<assert test="count(ram:URIID)=1">
|
|
Element 'ram:URIID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CompleteNumber">
|
|
<report test="true()">
|
|
Element 'ram:CompleteNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:URIID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:EmailURIUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:FaxUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:InstantMessagingUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:InstantMessagingUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:JobTitle">
|
|
<report test="true()">
|
|
Element 'ram:JobTitle' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:MobileTelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:MobileTelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:PersonID">
|
|
<report test="true()">
|
|
Element 'ram:PersonID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:PersonName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:Responsibility">
|
|
<report test="true()">
|
|
Element 'ram:Responsibility' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedContactPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedContactPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:SpecifiedNote">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication">
|
|
<assert test="count(ram:CompleteNumber)=1">
|
|
Element 'ram:CompleteNumber' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:Access">
|
|
<report test="true()">
|
|
Element 'ram:Access' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:AreaNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:AreaNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ChannelCode">
|
|
<report test="true()">
|
|
Element 'ram:ChannelCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CompleteNumber[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:CountryNumberCode">
|
|
<report test="true()">
|
|
Element 'ram:CountryNumberCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:ExtensionNumber">
|
|
<report test="true()">
|
|
Element 'ram:ExtensionNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:HTMLPreferredIndicator">
|
|
<report test="true()">
|
|
Element 'ram:HTMLPreferredIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:LocalNumber">
|
|
<report test="true()">
|
|
Element 'ram:LocalNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:URIID">
|
|
<report test="true()">
|
|
Element 'ram:URIID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelephoneUniversalCommunication/ram:UseCode">
|
|
<report test="true()">
|
|
Element 'ram:UseCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TelexUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelexUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:DefinedTradeContact/ram:VOIPUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:VOIPUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:EmailURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EmailURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:EndPointURIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:EndPointURIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:FaxUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:FaxUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GLNID">
|
|
<report test="true()">
|
|
Element 'ram:GLNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:IssuedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:IssuedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:LanguageCode">
|
|
<report test="true()">
|
|
Element 'ram:LanguageCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:LogoAssociatedSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:LogoAssociatedSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:LogoReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LogoReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress">
|
|
<assert test="count(ram:PostcodeCode)<=1">
|
|
Element 'ram:PostcodeCode' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:AdditionalStreetName">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalStreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:AttentionOf">
|
|
<report test="true()">
|
|
Element 'ram:AttentionOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:BuildingName">
|
|
<report test="true()">
|
|
Element 'ram:BuildingName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:BuildingNumber">
|
|
<report test="true()">
|
|
Element 'ram:BuildingNumber' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CareOf">
|
|
<report test="true()">
|
|
Element 'ram:CareOf' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CityName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CitySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CitySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryIdentificationTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:CountryIdentificationTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountryName">
|
|
<report test="true()">
|
|
Element 'ram:CountryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionID">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:CountrySubDivisionName">
|
|
<report test="true()">
|
|
Element 'ram:CountrySubDivisionName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:DepartmentName">
|
|
<report test="true()">
|
|
Element 'ram:DepartmentName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:FreeForm">
|
|
<report test="true()">
|
|
Element 'ram:FreeForm' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:GeoCoordinateIdentificationGeographicalCoordinate">
|
|
<report test="true()">
|
|
Element 'ram:GeoCoordinateIdentificationGeographicalCoordinate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineFive">
|
|
<report test="true()">
|
|
Element 'ram:LineFive' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineFour">
|
|
<report test="true()">
|
|
Element 'ram:LineFour' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineOne[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineThree">
|
|
<report test="true()">
|
|
Element 'ram:LineThree' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:LineTwo[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostOfficeBox">
|
|
<report test="true()">
|
|
Element 'ram:PostOfficeBox' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:PostcodeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:SecondaryPostcodeCode">
|
|
<report test="true()">
|
|
Element 'ram:SecondaryPostcodeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:StreetName">
|
|
<report test="true()">
|
|
Element 'ram:StreetName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:PostalTradeAddress/ram:UTCOffsetNumeric">
|
|
<report test="true()">
|
|
Element 'ram:UTCOffsetNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:ProvidedTransportService">
|
|
<report test="true()">
|
|
Element 'ram:ProvidedTransportService' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:QualityAssuranceIndicator">
|
|
<report test="true()">
|
|
Element 'ram:QualityAssuranceIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:RICID">
|
|
<report test="true()">
|
|
Element 'ram:RICID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:RequestedNotificationReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RequestedNotificationReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:RoleCode">
|
|
<report test="true()">
|
|
Element 'ram:RoleCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SellerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedAuthoritativeSignatoryPerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAuthoritativeSignatoryPerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedLegalOrganization">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLegalOrganization' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedRepresentativePerson">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedRepresentativePerson' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:AssociatedRegisteredTax">
|
|
<report test="true()">
|
|
Element 'ram:AssociatedRegisteredTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:TelephoneUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:TelephoneUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UltimateShipToTradeParty/ram:URIUniversalCommunication">
|
|
<report test="true()">
|
|
Element 'ram:URIUniversalCommunication' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeDelivery/ram:UtilizedLogisticsTransportEquipment">
|
|
<report test="true()">
|
|
Element 'ram:UtilizedLogisticsTransportEquipment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement">
|
|
<assert test="count(ram:BillingSpecifiedPeriod)<=1">
|
|
Element 'ram:BillingSpecifiedPeriod' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:SpecifiedTradeAccountingAccount)<=1">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:AcceptanceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:AcceptanceTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:AcceptanceTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:AccountingApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:AccountingApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:AdditionalReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:AgreementReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AgreementReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:AlternatePaymentApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:AlternatePaymentApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax">
|
|
<assert test="count(ram:CalculatedAmount)<=1">
|
|
Element 'ram:CalculatedAmount' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:ApplicablePercent)=1">
|
|
Element 'ram:ApplicablePercent' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:AllowanceChargeBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:AllowanceChargeBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ApplicablePercent[@format]">
|
|
<report test="true()">
|
|
Attribute @format' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ApplicableTradeLocation">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:BasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:BasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:BuyerRepayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculatedRate">
|
|
<report test="true()">
|
|
Element 'ram:CalculatedRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CalculationSequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:CalculationSequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CategoryName">
|
|
<report test="true()">
|
|
Element 'ram:CategoryName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:CurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:CustomsDutyIndicator">
|
|
<report test="true()">
|
|
Element 'ram:CustomsDutyIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:DeductionAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeductionAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:DeferredStatusPartyDebtorFinancialAccount">
|
|
<report test="true()">
|
|
Element 'ram:DeferredStatusPartyDebtorFinancialAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:DueDateTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:DueDateTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionAuthorizationID">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionAuthorizationID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:ExemptionReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionReason[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ExemptionReason[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:FunctionCode">
|
|
<report test="true()">
|
|
Element 'ram:FunctionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Guarantee">
|
|
<report test="true()">
|
|
Element 'ram:Guarantee' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:GuaranteeCode">
|
|
<report test="true()">
|
|
Element 'ram:GuaranteeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:InformationAmount">
|
|
<report test="true()">
|
|
Element 'ram:InformationAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Jurisdiction">
|
|
<report test="true()">
|
|
Element 'ram:Jurisdiction' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:LineTotalBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:LineTotalBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:PaymentID">
|
|
<report test="true()">
|
|
Element 'ram:PaymentID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:PaymentMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Rate">
|
|
<report test="true()">
|
|
Element 'ram:Rate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RateApplicablePercent">
|
|
<report test="true()">
|
|
Element 'ram:RateApplicablePercent' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RateCode">
|
|
<report test="true()">
|
|
Element 'ram:RateCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RefundAmount">
|
|
<report test="true()">
|
|
Element 'ram:RefundAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RegimeType">
|
|
<report test="true()">
|
|
Element 'ram:RegimeType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:RegimeTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RegimeTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedBasisQuantity">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedBasisQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedCalculatedAmount">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculatedAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SelfAssessedCalculationRate">
|
|
<report test="true()">
|
|
Element 'ram:SelfAssessedCalculationRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SellerPayableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerPayableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SellerRefundableTaxSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SellerRefundableTaxSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:ServiceSupplyTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ServiceSupplyTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:SpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TariffDeductionQuantity">
|
|
<report test="true()">
|
|
Element 'ram:TariffDeductionQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TaxBasisAllowanceRate">
|
|
<report test="true()">
|
|
Element 'ram:TaxBasisAllowanceRate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TaxExemptionAuthorityID">
|
|
<report test="true()">
|
|
Element 'ram:TaxExemptionAuthorityID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TaxPointDate">
|
|
<report test="true()">
|
|
Element 'ram:TaxPointDate' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:Type">
|
|
<report test="true()">
|
|
Element 'ram:Type' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ApplicableTradeTax/ram:UnitBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:UnitBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod">
|
|
<assert test="count(ram:StartDateTime)=1">
|
|
Element 'ram:StartDateTime' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:EndDateTime)=1">
|
|
Element 'ram:EndDateTime' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:CompleteDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CompleteDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:ContinuousIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ContinuousIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:DurationMeasure">
|
|
<report test="true()">
|
|
Element 'ram:DurationMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:EndDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:EndDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:InclusiveIndicator">
|
|
<report test="true()">
|
|
Element 'ram:InclusiveIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:OpenIndicator">
|
|
<report test="true()">
|
|
Element 'ram:OpenIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:PurposeCode">
|
|
<report test="true()">
|
|
Element 'ram:PurposeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:SeasonCode">
|
|
<report test="true()">
|
|
Element 'ram:SeasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:SequenceNumeric">
|
|
<report test="true()">
|
|
Element 'ram:SequenceNumeric' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:StartDateFlexibilityCode">
|
|
<report test="true()">
|
|
Element 'ram:StartDateFlexibilityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:StartDateTime/udt:DateTime">
|
|
<report test="true()">
|
|
Element 'udt:DateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:BillingSpecifiedPeriod/ram:StartDateTime/udt:DateTimeString">
|
|
<assert test="@format">
|
|
Attribute '@format' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditNoteAmount">
|
|
<report test="true()">
|
|
Element 'ram:CreditNoteAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditReason">
|
|
<report test="true()">
|
|
Element 'ram:CreditReason' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:CreditReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditorReferenceID">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditorReferenceIssuerID">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceIssuerID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditorReferenceType">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceType' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditorReferenceTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:CreditorReferenceTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:CreditorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:CreditorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:DeliveryChargeAmount">
|
|
<report test="true()">
|
|
Element 'ram:DeliveryChargeAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:Description">
|
|
<report test="true()">
|
|
Element 'ram:Description' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:DiscountAmount">
|
|
<report test="true()">
|
|
Element 'ram:DiscountAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:DiscountIndicator">
|
|
<report test="true()">
|
|
Element 'ram:DiscountIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:DocumentaryCreditReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:DocumentaryCreditReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:DuePayableAmount">
|
|
<report test="true()">
|
|
Element 'ram:DuePayableAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:FactoringAgreementReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:FactoringAgreementReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:FactoringListReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:FactoringListReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InspectionTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InspectionTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InvoiceApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InvoiceCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InvoiceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InvoiceIssuerReference">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceIssuerReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InvoiceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InvoiceeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InvoiceeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:InvoicerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:InvoicerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:LetterOfCreditReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:LetterOfCreditReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:NextInvoiceDateTime">
|
|
<report test="true()">
|
|
Element 'ram:NextInvoiceDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:OrderApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:OrderApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:OrderCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:OrderCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PackagingPayerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PackagingPayerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PayableSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:PayableSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PayeeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PayeeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PayerReference">
|
|
<report test="true()">
|
|
Element 'ram:PayerReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PayerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:PayerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PaymentAmount">
|
|
<report test="true()">
|
|
Element 'ram:PaymentAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PaymentApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:PaymentApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PaymentCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:PaymentCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PaymentReference">
|
|
<report test="true()">
|
|
Element 'ram:PaymentReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PriceApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:PriceApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PriceCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:PriceCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ProFormaInvoiceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:ProFormaInvoiceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:PurchaseSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:PurchaseSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:QuotationApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:QuotationApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:QuotationCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:QuotationCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ReceivableSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:ReceivableSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:ReceivedPaymentDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ReceivedPaymentDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:RemittanceAdviceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:RemittanceAdviceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SalesSpecifiedTradeAccountingAccount">
|
|
<report test="true()">
|
|
Element 'ram:SalesSpecifiedTradeAccountingAccount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedAdvancePayment">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedAdvancePayment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedFinancialAdjustment">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedFinancialAdjustment' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedLogisticsServiceCharge">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsServiceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount">
|
|
<assert test="count(ram:ID)=1">
|
|
Element 'ram:ID' must occur exactly 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:AbbreviatedName">
|
|
<report test="true()">
|
|
Element 'ram:AbbreviatedName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:AmountTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:AmountTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:CostAssignmentReference">
|
|
<report test="true()">
|
|
Element 'ram:CostAssignmentReference' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:CostReferenceDimensionPattern">
|
|
<report test="true()">
|
|
Element 'ram:CostReferenceDimensionPattern' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:ID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:ID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:ID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:ID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:MainAccountsChartID">
|
|
<report test="true()">
|
|
Element 'ram:MainAccountsChartID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:MainAccountsChartReferenceID">
|
|
<report test="true()">
|
|
Element 'ram:MainAccountsChartReferenceID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:SetTriggerCode">
|
|
<report test="true()">
|
|
Element 'ram:SetTriggerCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:SubAccountID">
|
|
<report test="true()">
|
|
Element 'ram:SubAccountID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAccountingAccount/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeAllowanceCharge">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeAllowanceCharge' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradePaymentTerms">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradePaymentTerms' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementFinancialCard">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeSettlementFinancialCard' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation">
|
|
<assert test="count(ram:LineTotalAmount)=1">
|
|
Element 'ram:LineTotalAmount' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:TotalAllowanceChargeAmount)<=1">
|
|
Element 'ram:TotalAllowanceChargeAmount' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:AllowanceTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:AllowanceTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:ChargeTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:ChargeTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:DuePayableAmount">
|
|
<report test="true()">
|
|
Element 'ram:DuePayableAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:EquivalentTransferTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:EquivalentTransferTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:ExcludingTaxesLineTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:ExcludingTaxesLineTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:FreightChargeTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:FreightChargeTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:GrandTotal">
|
|
<report test="true()">
|
|
Element 'ram:GrandTotal' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:GrandTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:GrandTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:IncludingTaxesLineTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:IncludingTaxesLineTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:InformationAmount">
|
|
<report test="true()">
|
|
Element 'ram:InformationAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:InsuranceChargeTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:InsuranceChargeTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:LineTotalAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:LineTotalAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:PackingChargeTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:PackingChargeTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:PaymentTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:PaymentTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:RoundingAmount">
|
|
<report test="true()">
|
|
Element 'ram:RoundingAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TaxBasisTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:TaxBasisTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TaxTotalAmount">
|
|
<report test="true()">
|
|
Element 'ram:TaxTotalAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalAllowanceChargeAmount">
|
|
<assert test="@currencyID">
|
|
Attribute '@currencyID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalAllowanceChargeAmount[@currencyCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @currencyCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalDiscountAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalDiscountAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalDiscountBasisAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalDiscountBasisAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalPenaltyAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalPenaltyAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementMonetarySummation/ram:TotalPrepaidAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalPrepaidAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SpecifiedTradeSettlementPaymentMeans">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedTradeSettlementPaymentMeans' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:SubtotalCalculatedTradeTax">
|
|
<report test="true()">
|
|
Element 'ram:SubtotalCalculatedTradeTax' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:TaxApplicableTradeCurrencyExchange">
|
|
<report test="true()">
|
|
Element 'ram:TaxApplicableTradeCurrencyExchange' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:TaxCurrencyCode">
|
|
<report test="true()">
|
|
Element 'ram:TaxCurrencyCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:TaxPointDateTime">
|
|
<report test="true()">
|
|
Element 'ram:TaxPointDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:TotalAdjustmentAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalAdjustmentAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:TotalInvoiceAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalInvoiceAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:TotalTaxAmount">
|
|
<report test="true()">
|
|
Element 'ram:TotalTaxAmount' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedSupplyChainTradeSettlement/ram:TransportationPayeeTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:TransportationPayeeTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct">
|
|
<assert test="count(ram:GlobalID)<=1">
|
|
Element 'ram:GlobalID' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Name)=1">
|
|
Element 'ram:Name' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:Description)<=1">
|
|
Element 'ram:Description' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:AcquisitionLeadTimeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:AcquisitionLeadTimeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:AdditionalDescription">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:AdditionalReferenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:AdditionalReferenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableMaterialGoodsCharacteristic">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableMaterialGoodsCharacteristic' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic">
|
|
<assert test="count(ram:TypeCode)=1">
|
|
Element 'ram:TypeCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:Description)>=1">
|
|
Element 'ram:Description' must occur at least 1 times.</assert>
|
|
<assert test="count(ram:ValueMeasure)<=1">
|
|
Element 'ram:ValueMeasure' may occur at maximum 1 times.</assert>
|
|
<assert test="count(ram:Value)<=1">
|
|
Element 'ram:Value' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ApplicableProductCharacteristicCondition">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableProductCharacteristicCondition' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ApplicableReferencedStandard">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:Description[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:Description[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:MeasurementMethodCode">
|
|
<report test="true()">
|
|
Element 'ram:MeasurementMethodCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@listID]">
|
|
<report test="true()">
|
|
Attribute @listID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@listVersionID]">
|
|
<report test="true()">
|
|
Attribute @listVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:TypeCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ValueCode">
|
|
<report test="true()">
|
|
Element 'ram:ValueCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ValueDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ValueDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ValueIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ValueIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ValueMeasure[@unitCodeListVersionID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:ValueSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:ValueSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:Value[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableProductCharacteristic/ram:Value[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableSupplyChainPackaging">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableSupplyChainPackaging' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableTradeProductCertification">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTradeProductCertification' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ApplicableTransportDangerousGoods">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableTransportDangerousGoods' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:AreaDensityMeasure">
|
|
<report test="true()">
|
|
Element 'ram:AreaDensityMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:AvailableMeasurementCode">
|
|
<report test="true()">
|
|
Element 'ram:AvailableMeasurementCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BatchID">
|
|
<report test="true()">
|
|
Element 'ram:BatchID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BrandName">
|
|
<report test="true()">
|
|
Element 'ram:BrandName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BrandOwnerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:BrandOwnerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BrandRangeName">
|
|
<report test="true()">
|
|
Element 'ram:BrandRangeName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedExtensionID">
|
|
<report test="true()">
|
|
Element 'ram:BuyerAssignedExtensionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:BuyerAssignedID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:CancellationAnnouncedLaunchDateTime">
|
|
<report test="true()">
|
|
Element 'ram:CancellationAnnouncedLaunchDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:CertificationEvidenceReferenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:CertificationEvidenceReferenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ColourCode">
|
|
<report test="true()">
|
|
Element 'ram:ColourCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ColourDescription">
|
|
<report test="true()">
|
|
Element 'ram:ColourDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:CommonName">
|
|
<report test="true()">
|
|
Element 'ram:CommonName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ConciseDescription">
|
|
<report test="true()">
|
|
Element 'ram:ConciseDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ConfigurableIndicator">
|
|
<report test="true()">
|
|
Element 'ram:ConfigurableIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ConsumerAgeDescription">
|
|
<report test="true()">
|
|
Element 'ram:ConsumerAgeDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ConsumerGenderDescription">
|
|
<report test="true()">
|
|
Element 'ram:ConsumerGenderDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ContentUnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:ContentUnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:CriticalityTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:CriticalityTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:CustomerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:CustomerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:Description[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:Description[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification">
|
|
<assert test="count(ram:ClassCode)=1">
|
|
Element 'ram:ClassCode' must occur exactly 1 times.</assert>
|
|
<assert test="count(ram:ClassName)>=1">
|
|
Element 'ram:ClassName' must occur at least 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ApplicableReferencedStandard">
|
|
<report test="true()">
|
|
Element 'ram:ApplicableReferencedStandard' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode">
|
|
<assert test="@listID">
|
|
Attribute '@listID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode[@listAgencyID]">
|
|
<report test="true()">
|
|
Attribute @listAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode[@listAgencyName]">
|
|
<report test="true()">
|
|
Attribute @listAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode[@listName]">
|
|
<report test="true()">
|
|
Attribute @listName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode[@listSchemeURI]">
|
|
<report test="true()">
|
|
Attribute @listSchemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode[@listURI]">
|
|
<report test="true()">
|
|
Attribute @listURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassCode[@name]">
|
|
<report test="true()">
|
|
Attribute @name' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassName[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassName[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:ClassProductCharacteristic">
|
|
<report test="true()">
|
|
Element 'ram:ClassProductCharacteristic' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:SubClassCode">
|
|
<report test="true()">
|
|
Element 'ram:SubClassCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:SystemID">
|
|
<report test="true()">
|
|
Element 'ram:SystemID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DesignatedProductClassification/ram:SystemName">
|
|
<report test="true()">
|
|
Element 'ram:SystemName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:Designation">
|
|
<report test="true()">
|
|
Element 'ram:Designation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DistributorTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:DistributorTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:DrainedNetWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:DrainedNetWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:EndItemName">
|
|
<report test="true()">
|
|
Element 'ram:EndItemName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:EndItemTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:EndItemTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:EndUserTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:EndUserTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:FIIGCriticalityTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:FIIGCriticalityTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:FSCID">
|
|
<report test="true()">
|
|
Element 'ram:FSCID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:FinalAssemblyTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:FinalAssemblyTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:FromDeliveryLifeSpanMeasure">
|
|
<report test="true()">
|
|
Element 'ram:FromDeliveryLifeSpanMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:FromOpeningLifeSpanMeasure">
|
|
<report test="true()">
|
|
Element 'ram:FromOpeningLifeSpanMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:FromProductionLifeSpanMeasure">
|
|
<report test="true()">
|
|
Element 'ram:FromProductionLifeSpanMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GTINID">
|
|
<report test="true()">
|
|
Element 'ram:GTINID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GeneticModificationExtentCode">
|
|
<report test="true()">
|
|
Element 'ram:GeneticModificationExtentCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalExtensionID">
|
|
<report test="true()">
|
|
Element 'ram:GlobalExtensionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GrossVolumeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossVolumeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GrossWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:GrossWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedProductContentUnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:IncludedProductContentUnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedProductTypeQuantity">
|
|
<report test="true()">
|
|
Element 'ram:IncludedProductTypeQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct">
|
|
<assert test="count(ram:Name)>=1">
|
|
Element 'ram:Name' must occur at least 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:BuyerAssignedID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:BuyerAssignedID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:BuyerAssignedID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:BuyerAssignedID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:BuyerAssignedID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:BuyerAssignedID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:BuyerAssignedID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:Description[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:Description[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:GlobalID">
|
|
<assert test="@schemeID">
|
|
Attribute '@schemeID' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:GlobalID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:GlobalID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:GlobalID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:GlobalID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:GlobalID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:GlobalID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:ID">
|
|
<report test="true()">
|
|
Element 'ram:ID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:IndustryAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IndustryAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:ManufacturerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:ManufacturerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:RelationshipTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RelationshipTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:SellerAssignedID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:SellerAssignedID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:SellerAssignedID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:SellerAssignedID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:SellerAssignedID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:SellerAssignedID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:SellerAssignedID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:UnitQuantity">
|
|
<assert test="@unitCode">
|
|
Attribute '@unitCode' is required in this context.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:UnitQuantity[@unitCodeListAgencyID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:UnitQuantity[@unitCodeListAgencyName]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IncludedReferencedProduct/ram:UnitQuantity[@unitCodeListID]">
|
|
<report test="true()">
|
|
Attribute @unitCodeListID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IndividualTradeProductInstance">
|
|
<report test="true()">
|
|
Element 'ram:IndividualTradeProductInstance' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IndustryAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:IndustryAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:InformationNote">
|
|
<report test="true()">
|
|
Element 'ram:InformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:InnerPackContentUnitQuantity">
|
|
<report test="true()">
|
|
Element 'ram:InnerPackContentUnitQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:InnerPackQuantity">
|
|
<report test="true()">
|
|
Element 'ram:InnerPackQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:InspectionReferenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:InspectionReferenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:IntendedUse">
|
|
<report test="true()">
|
|
Element 'ram:IntendedUse' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:LatestProductDataChangeDateTime">
|
|
<report test="true()">
|
|
Element 'ram:LatestProductDataChangeDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:LegalRightsOwnerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:LegalRightsOwnerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:LinearSpatialDimension">
|
|
<report test="true()">
|
|
Element 'ram:LinearSpatialDimension' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:MSDSReferenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MSDSReferenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ManufactureTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:ManufactureTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ManufacturerAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:ManufacturerAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ManufacturerTradeParty">
|
|
<report test="true()">
|
|
Element 'ram:ManufacturerTradeParty' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:MarkedSerialNumberIndicator">
|
|
<report test="true()">
|
|
Element 'ram:MarkedSerialNumberIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:MarketingCampaignReferenceReferencedDocument">
|
|
<report test="true()">
|
|
Element 'ram:MarketingCampaignReferenceReferencedDocument' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:MarketingDescription">
|
|
<report test="true()">
|
|
Element 'ram:MarketingDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:MaximumLinearSpatialDimension">
|
|
<report test="true()">
|
|
Element 'ram:MaximumLinearSpatialDimension' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:MinimumLinearSpatialDimension">
|
|
<report test="true()">
|
|
Element 'ram:MinimumLinearSpatialDimension' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ModelID">
|
|
<report test="true()">
|
|
Element 'ram:ModelID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ModelName">
|
|
<report test="true()">
|
|
Element 'ram:ModelName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:NIINID">
|
|
<report test="true()">
|
|
Element 'ram:NIINID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:NSNID">
|
|
<report test="true()">
|
|
Element 'ram:NSNID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:Name[@languageID]">
|
|
<report test="true()">
|
|
Attribute @languageID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:Name[@languageLocaleID]">
|
|
<report test="true()">
|
|
Attribute @languageLocaleID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:NetVolumeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:NetVolumeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:NetWeightMeasure">
|
|
<report test="true()">
|
|
Element 'ram:NetWeightMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginLogisticsLocation">
|
|
<report test="true()">
|
|
Element 'ram:OriginLogisticsLocation' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginTradeCountry">
|
|
<assert test="count(ram:ID)<=1">
|
|
Element 'ram:ID' may occur at maximum 1 times.</assert>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginTradeCountry/ram:ID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginTradeCountry/ram:ID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginTradeCountry/ram:ID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginTradeCountry/ram:Name">
|
|
<report test="true()">
|
|
Element 'ram:Name' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginTradeCountry/ram:SpecifiedQuantity">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:OriginTradeCountry/ram:SubordinateTradeCountrySubDivision">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateTradeCountrySubDivision' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:PhysicalFormDescription">
|
|
<report test="true()">
|
|
Element 'ram:PhysicalFormDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:PrePackagedIndicator">
|
|
<report test="true()">
|
|
Element 'ram:PrePackagedIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:PresentationSpecifiedBinaryFile">
|
|
<report test="true()">
|
|
Element 'ram:PresentationSpecifiedBinaryFile' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:PriorityCode">
|
|
<report test="true()">
|
|
Element 'ram:PriorityCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ProductGroupID">
|
|
<report test="true()">
|
|
Element 'ram:ProductGroupID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ProductionDiscontinuedDateTime">
|
|
<report test="true()">
|
|
Element 'ram:ProductionDiscontinuedDateTime' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ProductionLeadTimeMeasure">
|
|
<report test="true()">
|
|
Element 'ram:ProductionLeadTimeMeasure' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:PromotionalVariantID">
|
|
<report test="true()">
|
|
Element 'ram:PromotionalVariantID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:RecyclingTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RecyclingTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:RegulationConformityID">
|
|
<report test="true()">
|
|
Element 'ram:RegulationConformityID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:RejectionReasonCode">
|
|
<report test="true()">
|
|
Element 'ram:RejectionReasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:RepairLevelTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:RepairLevelTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:ScientificName">
|
|
<report test="true()">
|
|
Element 'ram:ScientificName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SeasonCode">
|
|
<report test="true()">
|
|
Element 'ram:SeasonCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SeasonDescription">
|
|
<report test="true()">
|
|
Element 'ram:SeasonDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SecurityInformationNote">
|
|
<report test="true()">
|
|
Element 'ram:SecurityInformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedExtensionID">
|
|
<report test="true()">
|
|
Element 'ram:SellerAssignedExtensionID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedID[@schemeAgencyID]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedID[@schemeAgencyName]">
|
|
<report test="true()">
|
|
Attribute @schemeAgencyName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedID[@schemeDataURI]">
|
|
<report test="true()">
|
|
Attribute @schemeDataURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedID[@schemeID]">
|
|
<report test="true()">
|
|
Attribute @schemeID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedID[@schemeName]">
|
|
<report test="true()">
|
|
Attribute @schemeName' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedID[@schemeURI]">
|
|
<report test="true()">
|
|
Attribute @schemeURI' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SellerAssignedID[@schemeVersionID]">
|
|
<report test="true()">
|
|
Attribute @schemeVersionID' marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SizeDescription">
|
|
<report test="true()">
|
|
Element 'ram:SizeDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SpecifiedSupplyChainDiscrepancy">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedSupplyChainDiscrepancy' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:StatusCode">
|
|
<report test="true()">
|
|
Element 'ram:StatusCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:StorageInformationNote">
|
|
<report test="true()">
|
|
Element 'ram:StorageInformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SubBrandName">
|
|
<report test="true()">
|
|
Element 'ram:SubBrandName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SubstituteReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:SubstituteReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SubstitutedReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:SubstitutedReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:SuppliedFromTradeCountry">
|
|
<report test="true()">
|
|
Element 'ram:SuppliedFromTradeCountry' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:TrackingSystemID">
|
|
<report test="true()">
|
|
Element 'ram:TrackingSystemID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:TradeName">
|
|
<report test="true()">
|
|
Element 'ram:TradeName' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:TransportInformationNote">
|
|
<report test="true()">
|
|
Element 'ram:TransportInformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:UnitTypeCode">
|
|
<report test="true()">
|
|
Element 'ram:UnitTypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:UsageInformationNote">
|
|
<report test="true()">
|
|
Element 'ram:UsageInformationNote' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:UseDescription">
|
|
<report test="true()">
|
|
Element 'ram:UseDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:VariableMeasureIndicator">
|
|
<report test="true()">
|
|
Element 'ram:VariableMeasureIndicator' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:VariantDescription">
|
|
<report test="true()">
|
|
Element 'ram:VariantDescription' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SubordinateTradeLineItem">
|
|
<report test="true()">
|
|
Element 'ram:SubordinateTradeLineItem' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SubstituteApplicableReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:SubstituteApplicableReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SubstitutedReferencedProduct">
|
|
<report test="true()">
|
|
Element 'ram:SubstitutedReferencedProduct' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:TypeExtensionCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeExtensionCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:Information">
|
|
<report test="true()">
|
|
Element 'ram:Information' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:LineItemQuantity">
|
|
<report test="true()">
|
|
Element 'ram:LineItemQuantity' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:SalesAgentAssignedID">
|
|
<report test="true()">
|
|
Element 'ram:SalesAgentAssignedID' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:SpecifiedLogisticsPackage">
|
|
<report test="true()">
|
|
Element 'ram:SpecifiedLogisticsPackage' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
<pattern>
|
|
<rule context="/rsm:CrossIndustryDocument/rsm:SpecifiedSupplyChainTradeTransaction/ram:TypeCode">
|
|
<report test="true()">
|
|
Element 'ram:TypeCode' is marked as not used in the given context.</report>
|
|
</rule>
|
|
</pattern>
|
|
</schema>
|