<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.buergerkarte.at/namespaces/personenbindung/20020506#" xmlns:person="http://reference.e-government.gv.at/namespace/persondata/20020228#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns="http://www.buergerkarte.at/namespaces/personenbindung/20020506#" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<!--IDENTITYLINK - (c) Stabssstelle IKT-Strategie des Bundes/Technik und Standards - Kontakt: arno.hollosi@cio.gv.at-->
	<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="W3C-XMLDSig.xsd"/>
	<xs:import namespace="http://reference.e-government.gv.at/namespace/persondata/20020228#" schemaLocation="PersonData.xsd"/>
	<!--Type for compressed Identitylink. Used by stylesheet to generate complete Identitylink-->
	<xs:element name="CompressedIdentityLink" type="CompressedIdentityLinkType"/>
	<xs:complexType name="CompressedIdentityLinkType">
		<xs:sequence>
			<xs:element name="IssuerTemplate" type="xs:string"/>
			<xs:element name="AssertionID" type="xs:string"/>
			<xs:element name="IssueInstant" type="xs:string"/>
			<xs:element name="PersonData" type="person:AbstractPersonType"/>
			<xs:element name="CitizenPublicKey" type="dsig:KeyValueType" maxOccurs="unbounded"/>
			<xs:element name="SignatureValue" type="dsig:CryptoBinary"/>
			<xs:element name="ReferenceDigest" type="dsig:CryptoBinary" minOccurs="0"/>
			<xs:element name="ReferenceManifestDigest" type="dsig:CryptoBinary" minOccurs="0"/>
			<xs:element name="ManifestReferenceDigest" type="dsig:CryptoBinary" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>

