diff options
Diffstat (limited to 'src/main/resources/mzs')
| -rw-r--r-- | src/main/resources/mzs/app2mzs.xsd | 6 | ||||
| -rw-r--r-- | src/main/resources/mzs/mzs_mypersondata_en.xsd | 9 | 
2 files changed, 5 insertions, 10 deletions
| diff --git a/src/main/resources/mzs/app2mzs.xsd b/src/main/resources/mzs/app2mzs.xsd index 29f94df..9818d5a 100644 --- a/src/main/resources/mzs/app2mzs.xsd +++ b/src/main/resources/mzs/app2mzs.xsd @@ -16,7 +16,10 @@  			<xs:element name="Sender">  				<xs:complexType>  					<xs:sequence> -						<xs:element ref="p:Person"/> +						<xs:choice> +							<xs:element ref="p:CorporateBody"/> +							<xs:element ref="msg:SenderProfile"/> +						</xs:choice>  						<xs:choice>  							<xs:element name="WebserviceURL">  								<xs:complexType> @@ -41,6 +44,7 @@  						<xs:element ref="msg:Logo" minOccurs="0"/>  						<xs:element ref="msg:AdditionalCriteria" minOccurs="0"/>  					</xs:sequence> +					<xs:attribute name="Id" type="xs:ID" use="optional"/>  				</xs:complexType>  			</xs:element>  			<xs:element name="Receiver"> diff --git a/src/main/resources/mzs/mzs_mypersondata_en.xsd b/src/main/resources/mzs/mzs_mypersondata_en.xsd index ac07ddb..f8021db 100644 --- a/src/main/resources/mzs/mzs_mypersondata_en.xsd +++ b/src/main/resources/mzs/mzs_mypersondata_en.xsd @@ -51,15 +51,6 @@  		</xs:annotation>  	</xs:element>  	<!--### Complex types ###--> -	<xs:complexType name="PersonDataType"> -		<xs:annotation> -			<xs:documentation>signed person datastructure. The first Identification elements (from the base type) denote the record as such (e.g. database key for this record) - not to be mistaken for identifiers of the person or of an address (they have their own Identification elements).</xs:documentation> -		</xs:annotation> -		<xs:sequence> -			<xs:element ref="Person"/> -			<xs:element ref="Address" minOccurs="0" maxOccurs="unbounded"/> -		</xs:sequence> -	</xs:complexType>  	<xs:complexType name="IdentificationType">  		<xs:annotation>  			<xs:documentation>unique identifier</xs:documentation> | 
