Commit 3f3d0477 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

CRxx2 - Cardinality

parent e531df05
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
    </xs:complexType>
    <xs:complexType name="UnderlyingConditions">
        <xs:sequence>
            <xs:element name="UnderlyingConditions" type="ListOfUnderlyingConditions" minOccurs="0"/>
            <xs:element name="UnderlyingConditions" type="ListOfUnderlyingConditions"/>
            <xs:element name="OffenseClassification" type="etsi:LongString"/>
            <xs:element name="AdditionalUnderlyingConditionsInformation" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
@@ -54,10 +54,10 @@
    <xs:complexType name="RelatedRequest">
        <xs:sequence>
            <xs:element name="RequestInBand" type="xs:boolean"/>
            <xs:element name="InstrumentType" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="InstrumentType" type="common:DictionaryEntry"/>
            <xs:element name="ExternalIdentifier" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="IssuerDetails" type="RelatedRequestPartyInformation" minOccurs="0"/>
            <xs:element name="AddresseeDetails" type="RelatedRequestPartyInformation" minOccurs="0"/>
            <xs:element name="IssuerDetails" type="RelatedRequestPartyInformation"/>
            <xs:element name="AddresseeDetails" type="RelatedRequestPartyInformation"/>
            <xs:element name="CompetentAuthorityDetails" type="RelatedRequestPartyInformation" minOccurs="0"/>
            <xs:element name="IssuedOn" type="etsi:QualifiedDateTime" minOccurs="0"/>
            <xs:element name="TransmittedOn" type="etsi:QualifiedDateTime" minOccurs="0"/>