Schema


Schema BuchTrans_10.xsd
Target Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Namespace Table http://reference.e-government.gv.at/namespace/persondata/20020228#
http://reference.e-government.gv.at/namespace/buchtrans/1#
http://www.w3.org/2001/XMLSchema

Directives
import BuchTrans_10_PersonDataExtension.xsd

Elements
deleteAccountingPaymentCollectionInputObject
deleteAccountingPaymentCollectionOutputObject
getAccountingPaymentParameterInputObject
getAccountingPaymentParameterOutputObject
getAccountingPaymentStatusInputObject
getAccountingPaymentStatusOutputObject
insertAccountingPaymentCollectionInputObject
insertAccountingPaymentCollectionOutputObject
insertAccountingPaymentCollectionUrlSessionInputObject
insertAccountingPaymentCollectionUrlSessionOutputObject
linkAccountingPersonInputObject
linkAccountingPersonOutputObject
linkAccountingPersonUrlSessionInputObject
linkAccountingPersonUrlSessionOutputObject
readAccountingPersonInputObject
readAccountingPersonOutputObject
updateAccountingPaymentCollectionInputObject
updateAccountingPaymentCollectionOutputObject
updateAccountingPaymentCollectionUrlSessionInputObject
updateAccountingPaymentCollectionUrlSessionOutputObject
updateAccountingPersonInputObject
updateAccountingPersonOutputObject
validateAccountingPaymentCollectionInputObject
validateAccountingPaymentCollectionOutputObject

Complex Types
binaryDocument
commonAccountingOutputParameter
commonApplicationInputParameter
payment
paymentCollectionDetailState
paymentCollectionState
paymentParameterDefinition
paymentRow
person
personLink
urlSession

Simple Types
paymentParameter

Types


Complex Type binaryDocument
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram binaryDocument
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    binaryDocument {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
base64Content [1..1]
fileName [1..1]
mimeType [1..1]
Documentation
  
    Darstellung eines Binär-Dokumentes, bestehend aus Dateinamen, MimeType und Base64-Inhalt.
   
Source
 <xsd:complexType name="binaryDocument"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="base64Content" type="xsd:base64Binary"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="fileName" type="xsd:token"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="mimeType" type="xsd:token"/>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type commonAccountingOutputParameter
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram commonAccountingOutputParameter (activityType) (activityType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    commonAccountingOutputParameter {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
accountingSystemId [1..1]
activity  
Documentation
  
    Allgemeine Schnittstellen-Responseparameter für die Kommunikation Richtung FIS (Accounting>FIS)
   
Source
 <xsd:complexType name="commonAccountingOutputParameter">  
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="accountingSystemId" type="xsd:string"/>  
     <xsd:element name="activity">   
       <xsd:simpleType>    
         <xsd:restriction base="xsd:string">     
           <xsd:enumeration value="SAVED">      
            </xsd:enumeration>     
           <xsd:enumeration value="UrlSession">      
            </xsd:enumeration>     
         </xsd:restriction>    
       </xsd:simpleType>   
     </xsd:element>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type commonApplicationInputParameter
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram commonApplicationInputParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    commonApplicationInputParameter {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationSystemId Eindeutige Kurzbezeichnung des Fachinformationssystems
procedure Leistungskürzel des Verfahrens laut Verfahrenstabelle
VKZType Verwaltungskennzeichen
Documentation
  
    Allgemeine Schnittstellenparameter für die Kommunikation ausgehend vom FIS (FIS>Accounting)
   
Source
 <xsd:complexType name="commonApplicationInputParameter">  
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="applicationSystemId" type="xsd:string">   
      </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="0" name="procedure" type="xsd:string">   
      </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="0" name="VKZType" type="xsd:string">   
      </xsd:element>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type payment
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram payment person person (applicationDataType) (applicationDataType) paymentRow paymentRow
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    payment {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationPaymentUId [1..1]
accountingPaymentUId [0..1]
paymentPerson [1..1]
applicationDomain [0..1]
applicationData [0..1]
paymentRows [1..*]
Documentation
  
    Zahlung/Einnahme, welche aus 1-n Zahlungsreihen (welche sich bspw. in Fipo, Kontierung, etc. unterscheiden können) bestehen
   
Source
 <xsd:complexType name="payment"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentUId" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentUId" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="paymentPerson" type="person"/>  
     <xsd:element maxOccurs="1" minOccurs="0" name="applicationDomain" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="0" name="applicationData">   
       <xsd:complexType>    
         <xsd:sequence>     
           <xsd:element maxOccurs="1" minOccurs="1" name="receiverPerson" type="person"/>     
           <xsd:element maxOccurs="1" minOccurs="1" name="document" type="binaryDocument"/>     
           <xsd:element name="documentXhtml">      
             <xsd:complexType>       
               <xsd:sequence>        
                 <xsd:any namespace="##any" processContents="lax"/>        
               </xsd:sequence>       
             </xsd:complexType>      
           </xsd:element>     
           <xsd:element name="xmlContent">      
             <xsd:complexType>       
               <xsd:sequence>        
                 <xsd:any namespace="##any" processContents="lax"/>        
               </xsd:sequence>       
             </xsd:complexType>      
           </xsd:element>     
         </xsd:sequence>    
       </xsd:complexType>   
     </xsd:element>  
     <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentRows" type="paymentRow"/>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type paymentCollectionDetailState
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram paymentCollectionDetailState (detailStateType) (detailStateType) paymentCollectionState (stateType) (stateType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    paymentCollectionState {http://reference.e-government.gv.at/namespace/buchtrans/1#}
        paymentCollectionDetailState {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
detailState [0..*]
message [1..1]
Documentation
  
    Detaillierter Status eines Zahlungspaketes
   
Source
 <xsd:complexType name="paymentCollectionDetailState"> 
   <xsd:complexContent>  
     <xsd:extension base="paymentCollectionState">   
       <xsd:sequence>    
         <xsd:element maxOccurs="unbounded" minOccurs="0" name="detailState">     
           <xsd:complexType>      
             <xsd:sequence>       
               <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentUId" type="xsd:string"/>       
               <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentUId" type="xsd:string"/>       
               <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentRowId" type="xsd:string"/>       
               <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentRowId" type="xsd:string"/>       
               <xsd:element maxOccurs="1" minOccurs="0" name="customerData" type="xsd:string"/>       
               <xsd:element name="state">        
                 <xsd:simpleType>         
                   <xsd:restriction base="xsd:string">          
                     <xsd:enumeration value="ERROR"/>          
                     <xsd:enumeration value="WARNING"/>          
                     <xsd:enumeration value="INFO"/>          
                   </xsd:restriction>         
                 </xsd:simpleType>        
               </xsd:element>       
               <xsd:element name="stateDescription" type="xsd:string"/>       
               <xsd:element name="document">        
                 <xsd:complexType>         
                   <xsd:sequence>          
                     <xsd:element name="pdfDocument" type="binaryDocument"/>          
                     <xsd:element maxOccurs="1" minOccurs="1" name="delivery">           
                       <xsd:simpleType>            
                         <xsd:restriction base="xsd:string">             
                           <xsd:enumeration value="APPLICATION">              
                            </xsd:enumeration>             
                           <xsd:enumeration value="ELAK">              
                            </xsd:enumeration>             
                           <xsd:enumeration value="NOT_REQUIRED">              
                            </xsd:enumeration>             
                         </xsd:restriction>            
                       </xsd:simpleType>           
                     </xsd:element>          
                   </xsd:sequence>         
                 </xsd:complexType>        
               </xsd:element>       
             </xsd:sequence>      
           </xsd:complexType>     
         </xsd:element>    
         <xsd:element maxOccurs="1" minOccurs="1" name="message" type="xsd:string"/>    
       </xsd:sequence>   
     </xsd:extension>  
   </xsd:complexContent> 
 </xsd:complexType>

Complex Type paymentCollectionState
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram paymentCollectionState (stateType) (stateType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    paymentCollectionState {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
accountingPaymentCollectionUId [0..1]
state [1..1]
accountingMemo [0..1]
Documentation
  
    Allgemeiner Status eines Zahlungspaketes
   
Source
 <xsd:complexType name="paymentCollectionState"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentCollectionUId" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="state">   
       <xsd:simpleType>    
         <xsd:restriction base="xsd:string">     
           <xsd:enumeration value="ASSUMED"/>     
           <xsd:enumeration value="NOTASSUMED"/>     
         </xsd:restriction>    
       </xsd:simpleType>   
     </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="0" name="accountingMemo" type="xsd:string"/>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type paymentParameterDefinition
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram paymentParameterDefinition (affilitationType) (affilitationType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    paymentParameterDefinition {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
key [1..1]
description [1..1]
validFrom [1..1]
validTo [1..1]
affilitation [0..1]
Documentation
  
    Zahlungsparameter: Definition der Zahlungsparameter-Attribute
   
Source
 <xsd:complexType name="paymentParameterDefinition"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="key" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="description" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="validFrom" type="xsd:date"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="validTo" type="xsd:date"/>  
     <xsd:element maxOccurs="1" minOccurs="0" name="affilitation">   
       <xsd:simpleType>    
         <xsd:restriction base="xsd:string">     
           <xsd:enumeration value="STATE">      
            </xsd:enumeration>     
           <xsd:enumeration value="PROVINCE">      
            </xsd:enumeration>     
           <xsd:enumeration value="COMMNITY">      
            </xsd:enumeration>     
         </xsd:restriction>    
       </xsd:simpleType>   
     </xsd:element>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type paymentRow
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram paymentRow (typeType) (typeType) (accountingPaymentParameterKeysType) (accountingPaymentParameterKeysType) (paymentBlockType) (paymentBlockType) (dunningBlockType) (dunningBlockType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    paymentRow {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationPaymentRowId [1..1]
accountingPaymentRowId [0..1]
type [1..1]
customerData Kundendaten
amount Betrag
maturityDate Fälligkeit
bookingDate Buchungsdatum
reasonForPayment Verwendungszweck
accountingPaymentParameterKeys  
applicationPaymentParameterKey  
paymentBlock Zahlsperre
dunningBlock Mahnsperre
Documentation
  
    Zahlungsreihen zur Modellierung von typischen Zahlungsparametern (Betrag, Fipo, Kontierung, etc.)
   
Source
 <xsd:complexType name="paymentRow"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentRowId" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentRowId" type="xsd:string"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="type">   
       <xsd:simpleType>    
         <xsd:restriction base="xsd:string">     
           <xsd:enumeration value="EXPENDITURE">      
            </xsd:enumeration>     
           <xsd:enumeration value="RECEIPT">      
            </xsd:enumeration>     
         </xsd:restriction>    
       </xsd:simpleType>   
     </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="0" name="customerData" type="xsd:string">   
      </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="1" name="amount" type="xsd:decimal">   
      </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="1" name="maturityDate" type="xsd:date">   
      </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="1" name="bookingDate" type="xsd:date">   
      </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="0" name="reasonForPayment" type="xsd:string">   
      </xsd:element>  
     <xsd:choice>   
       <xsd:element name="accountingPaymentParameterKeys">    
         <xsd:complexType>     
           <xsd:sequence>      
             <xsd:element maxOccurs="1" minOccurs="1" name="allicationKey" type="xsd:string">       
              </xsd:element>      
             <xsd:element maxOccurs="1" minOccurs="1" name="dutyKey" type="xsd:string">       
              </xsd:element>      
             <xsd:element maxOccurs="1" minOccurs="1" name="paymentMethodKey" type="xsd:string">       
              </xsd:element>      
           </xsd:sequence>     
         </xsd:complexType>    
       </xsd:element>   
       <xsd:element name="applicationPaymentParameterKey" type="xsd:string"/>   
     </xsd:choice>  
     <xsd:element maxOccurs="1" minOccurs="0" name="paymentBlock">   
       <xsd:simpleType>    
         <xsd:restriction base="xsd:string">     
           <xsd:enumeration value="YES"/>     
           <xsd:enumeration value="NO"/>     
         </xsd:restriction>    
       </xsd:simpleType>   
     </xsd:element>  
     <xsd:element maxOccurs="1" minOccurs="0" name="dunningBlock">   
       <xsd:simpleType>    
         <xsd:restriction base="xsd:string">     
           <xsd:enumeration value="YES"/>     
           <xsd:enumeration value="NO"/>     
         </xsd:restriction>    
       </xsd:simpleType>   
     </xsd:element>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type person
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram person AbstractPersonType AbstractPersonType
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    person {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationPersonUId [1..1]
accountingPersonUId [1..1]
person [1..1]
Source
 <xsd:complexType name="person"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="applicationPersonUId" type="xsd:token"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="accountingPersonUId" type="xsd:token"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="person" type="p:AbstractPersonType"/>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type personLink
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram personLink (bankAccountType) (bankAccountType) (addressType) (addressType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    personLink {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationPersonUId [1..1]
accountingPersonUId [1..1]
bankAccount [0..*]
address [0..*]
Documentation
  
    Der Type "personLink" dient der Abbildung von "Personen/Geschäftspartner-Verknüpfungen",
    wobei sowie die Personen an sich, als auch Banken und Adressen verküpft werden können. 
   
Source
 <xsd:complexType name="personLink"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="applicationPersonUId" type="xsd:token"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="accountingPersonUId" type="xsd:token"/>  
     <xsd:element maxOccurs="unbounded" minOccurs="0" name="bankAccount">   
       <xsd:complexType>    
         <xsd:sequence>     
           <xsd:element maxOccurs="1" minOccurs="1" name="applicationBankAccountUId" type="xsd:token"/>     
           <xsd:element maxOccurs="1" minOccurs="1" name="accountingBankAccountUId" type="xsd:token"/>     
         </xsd:sequence>    
       </xsd:complexType>   
     </xsd:element>  
     <xsd:element maxOccurs="unbounded" minOccurs="0" name="address">   
       <xsd:complexType>    
         <xsd:sequence>     
           <xsd:element maxOccurs="1" minOccurs="1" name="applicationAddressUId" type="xsd:token"/>     
           <xsd:element maxOccurs="1" minOccurs="1" name="accountingAddresssUId" type="xsd:token"/>     
         </xsd:sequence>    
       </xsd:complexType>   
     </xsd:element>  
   </xsd:sequence> 
 </xsd:complexType>

Complex Type urlSession
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram urlSession
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    urlSession {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
sessionId [1..1]
accountingUri [1..1]
Documentation
  
    Url-Sessions dienen der Einbindung von Buchhaltungs-spezifischen WebOberflächen. Sollte
    eine Opteration nicht automatisiert durchgeführt werden können - so besteht seitens des
    Zielsystems die Möglichkeit, eine UrlSession zu eröffnen. Das Quellsystem kann dann ein
    "GUI-Forward" auf das Zielsystem durchführen - wo der Benutzer die gewüschte Opterion
    manuell ausführen kann.
   
Source
 <xsd:complexType name="urlSession"> 
   <xsd:sequence>  
     <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" type="xsd:token"/>  
     <xsd:element maxOccurs="1" minOccurs="1" name="accountingUri" type="xsd:anyURI"/>  
   </xsd:sequence> 
 </xsd:complexType>

Simple Type paymentParameter
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram paymentParameter
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    paymentParameter {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
ALLICATION Kontierung / abstrakte Definition von Fipo, Fistl, CoKontierung, etc.
DUTY Steuer
PAYMENT_METHOD Zahlweg
Documentation
  
    Zahlungsparameter-Typen: Kontierung, Steuer und Zahlweg
   
Source
 <xsd:simpleType name="paymentParameter"> 
   <xsd:restriction base="xsd:string">  
     <xsd:enumeration value="ALLICATION">   
      </xsd:enumeration>  
     <xsd:enumeration value="DUTY">   
      </xsd:enumeration>  
     <xsd:enumeration value="PAYMENT_METHOD">   
      </xsd:enumeration>  
   </xsd:restriction> 
 </xsd:simpleType>

Elements


Element deleteAccountingPaymentCollectionInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (deleteAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment payment payment deleteAccountingPaymentCollectionInputObject
Type Anonymous (deleteAccountingPaymentCollectionInputObjectType)
Documentation
  
    Input-Objekt für den Service deleteAccountingPaymentCollection
   
Source
 <xsd:element name="deleteAccountingPaymentCollectionInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>   
       <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollectionOld" type="payment"/>   
       <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element deleteAccountingPaymentCollectionOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (deleteAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState deleteAccountingPaymentCollectionOutputObject
Type Anonymous (deleteAccountingPaymentCollectionOutputObjectType)
Documentation
  
    Output-Objekt für den Service deleteAccountingPaymentCollection
   
Source
 <xsd:element name="deleteAccountingPaymentCollectionOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>    
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element getAccountingPaymentParameterInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentParameterInputObjectType) commonApplicationInputParameter commonApplicationInputParameter paymentParameter paymentParameter getAccountingPaymentParameterInputObject
Type Anonymous (getAccountingPaymentParameterInputObjectType)
Documentation
  
    Input-Objekt für den Service getAccountingPaymentParameter
   
Source
 <xsd:element name="getAccountingPaymentParameterInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="paymentParameter" type="paymentParameter"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element getAccountingPaymentParameterOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentParameterOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentParameterDefinition paymentParameterDefinition getAccountingPaymentParameterOutputObject
Type Anonymous (getAccountingPaymentParameterOutputObjectType)
Documentation
  
    Output-Objekt für den Service getAccountingPaymentParameter
   
Source
 <xsd:element name="getAccountingPaymentParameterOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentParameterDefinition" type="paymentParameterDefinition"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element getAccountingPaymentStatusInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentStatusInputObjectType) commonApplicationInputParameter commonApplicationInputParameter getAccountingPaymentStatusInputObject
Type Anonymous (getAccountingPaymentStatusInputObjectType)
Documentation
  
    Input-Objekt für den Service getAccountingPaymentCollectionStatus
   
Source
 <xsd:element name="getAccountingPaymentStatusInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:choice>    
         <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>    
         <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentUId" type="xsd:string"/>    
         <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentUId" type="xsd:string"/>    
         <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentRowId" type="xsd:string"/>    
         <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentRowId" type="xsd:string"/>    
       </xsd:choice>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element getAccountingPaymentStatusOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentStatusOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState getAccountingPaymentStatusOutputObject
Type Anonymous (getAccountingPaymentStatusOutputObjectType)
Documentation
  
    Output-Objekt für den Service getAccountingPaymentCollectionStatus
   
Source
 <xsd:element name="getAccountingPaymentStatusOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>    
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element insertAccountingPaymentCollectionInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment insertAccountingPaymentCollectionInputObject
Type Anonymous (insertAccountingPaymentCollectionInputObjectType)
Documentation
  
    Input-Objekt für den Service insertAccountingPaymentCollection
   
Source
 <xsd:element name="insertAccountingPaymentCollectionInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>   
       <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>   
       <xsd:element maxOccurs="1" minOccurs="0" name="applicationUri" type="xsd:anyURI"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element insertAccountingPaymentCollectionOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState urlSession urlSession insertAccountingPaymentCollectionOutputObject
Type Anonymous (insertAccountingPaymentCollectionOutputObjectType)
Documentation
  
    Output-Objekt für den Service insertAccountingPaymentCollection
   
Source
 <xsd:element name="insertAccountingPaymentCollectionOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:choice maxOccurs="1" minOccurs="1">    
         <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>     
         <xsd:element maxOccurs="1" minOccurs="1" name="urlSession" type="urlSession"/>    
       </xsd:choice>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element insertAccountingPaymentCollectionUrlSessionInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionUrlSessionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter insertAccountingPaymentCollectionUrlSessionInputObject
Type Anonymous (insertAccountingPaymentCollectionUrlSessionInputObjectType)
Documentation
  
    Input-Objekt für den Service insertAccountingPaymentCollectionUrlSession
   
Source
 <xsd:element name="insertAccountingPaymentCollectionUrlSessionInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" type="xsd:token"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element insertAccountingPaymentCollectionUrlSessionOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionUrlSessionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState insertAccountingPaymentCollectionUrlSessionOutputObject
Type Anonymous (insertAccountingPaymentCollectionUrlSessionOutputObjectType)
Documentation
  
    Output-Objekt für den Service insertAccountingPaymentCollectionUrlSession
   
Source
 <xsd:element name="insertAccountingPaymentCollectionUrlSessionOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element linkAccountingPersonInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonInputObjectType) commonApplicationInputParameter commonApplicationInputParameter person person linkAccountingPersonInputObject
Type Anonymous (linkAccountingPersonInputObjectType)
Documentation
  
    Input-Objekt für den Service linkAccountingPerson
   
Source
 <xsd:element name="linkAccountingPersonInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="person" type="person"/>   
       <xsd:element maxOccurs="1" minOccurs="0" name="applicationUri" type="xsd:anyURI"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element linkAccountingPersonOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter personLink personLink urlSession urlSession linkAccountingPersonOutputObject
Type Anonymous (linkAccountingPersonOutputObjectType)
Documentation
  
    Output-Objekt für den Service linkAccountingPerson
   
Source
 <xsd:element name="linkAccountingPersonOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:choice maxOccurs="1" minOccurs="1">    
         <xsd:element maxOccurs="1" minOccurs="1" name="personLink" type="personLink"/>    
         <xsd:element maxOccurs="1" minOccurs="1" name="urlSession" type="urlSession"/>    
       </xsd:choice>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element linkAccountingPersonUrlSessionInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonUrlSessionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter linkAccountingPersonUrlSessionInputObject
Type Anonymous (linkAccountingPersonUrlSessionInputObjectType)
Documentation
  
    Input-Objekt für den Service linkAccountingPersonUrlSession
   
Source
 <xsd:element name="linkAccountingPersonUrlSessionInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" type="xsd:token"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element linkAccountingPersonUrlSessionOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonUrlSessionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter personLink personLink linkAccountingPersonUrlSessionOutputObject
Type Anonymous (linkAccountingPersonUrlSessionOutputObjectType)
Documentation
  
    Output-Objekt für den Service linkAccountingPersonUrlSession
   
Source
 <xsd:element name="linkAccountingPersonUrlSessionOutputObject">  
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="personLink" type="personLink"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element readAccountingPersonInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (readAccountingPersonInputObjectType) commonApplicationInputParameter commonApplicationInputParameter readAccountingPersonInputObject
Type Anonymous (readAccountingPersonInputObjectType)
Documentation
  
    Input-Objekt für den Service readAccountingPerson
   
Source
 <xsd:element name="readAccountingPersonInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:choice maxOccurs="1" minOccurs="1">    
         <xsd:element maxOccurs="1" minOccurs="1" name="applicationPersonUId" type="xsd:token"/>    
         <xsd:element maxOccurs="1" minOccurs="1" name="accountingPersonUId" type="xsd:token"/>    
       </xsd:choice>   
       <xsd:choice maxOccurs="1" minOccurs="0">    
         <xsd:element maxOccurs="1" minOccurs="1" name="applicationBankAccountUId" type="xsd:token"/>    
         <xsd:element maxOccurs="1" minOccurs="1" name="accountingBankAccountUId" type="xsd:token"/>    
       </xsd:choice>   
       <xsd:choice maxOccurs="1" minOccurs="0">    
         <xsd:element maxOccurs="1" minOccurs="1" name="applicationAddressUId" type="xsd:token"/>    
         <xsd:element maxOccurs="1" minOccurs="1" name="accountingAddresssUId" type="xsd:token"/>    
       </xsd:choice>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element readAccountingPersonOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (readAccountingPersonOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter person person readAccountingPersonOutputObject
Type Anonymous (readAccountingPersonOutputObjectType)
Documentation
  
    Output-Objekt für den Service readAccountingPerson
   
Source
 <xsd:element name="readAccountingPersonOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="person" type="person"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element updateAccountingPaymentCollectionInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment payment payment updateAccountingPaymentCollectionInputObject
Type Anonymous (updateAccountingPaymentCollectionInputObjectType)
Documentation
  
    Input-Objekt für den Service updateAccountingPaymentCollection
   
Source
 <xsd:element name="updateAccountingPaymentCollectionInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>   
       <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollectionOld" type="payment"/>   
       <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>   
       <xsd:element maxOccurs="1" minOccurs="0" name="applicationUri" type="xsd:anyURI"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element updateAccountingPaymentCollectionOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState urlSession urlSession updateAccountingPaymentCollectionOutputObject
Type Anonymous (updateAccountingPaymentCollectionOutputObjectType)
Documentation
  
    Output-Objekt für den Service updateAccountingPaymentCollection
   
Source
 <xsd:element name="updateAccountingPaymentCollectionOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:choice maxOccurs="1" minOccurs="1">    
         <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>     
         <xsd:element maxOccurs="1" minOccurs="1" name="urlSession" type="urlSession"/>    
       </xsd:choice>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element updateAccountingPaymentCollectionUrlSessionInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionUrlSessionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter updateAccountingPaymentCollectionUrlSessionInputObject
Type Anonymous (updateAccountingPaymentCollectionUrlSessionInputObjectType)
Documentation
  
    Input-Objekt für den Service updateAccountingPaymentCollection
   
Source
 <xsd:element name="updateAccountingPaymentCollectionUrlSessionInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" type="xsd:token"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element updateAccountingPaymentCollectionUrlSessionOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionUrlSessionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState updateAccountingPaymentCollectionUrlSessionOutputObject
Type Anonymous (updateAccountingPaymentCollectionUrlSessionOutputObjectType)
Documentation
  
    Output-Objekt für den Service updateAccountingPaymentCollection
   
Source
 <xsd:element name="updateAccountingPaymentCollectionUrlSessionOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>    
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element updateAccountingPersonInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPersonInputObjectType) commonApplicationInputParameter commonApplicationInputParameter person person updateAccountingPersonInputObject
Type Anonymous (updateAccountingPersonInputObjectType)
Documentation
  
    Input-Objekt für den Service updateAccountingPerson
   
Source
 <xsd:element name="updateAccountingPersonInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="person" type="person"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="memo" type="xsd:string"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element updateAccountingPersonOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPersonOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter updateAccountingPersonOutputObject
Type Anonymous (updateAccountingPersonOutputObjectType)
Documentation
  
    Output-Objekt für den Service updateAccountingPerson
   
Source
 <xsd:element name="updateAccountingPersonOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element validateAccountingPaymentCollectionInputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (validateAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment validateAccountingPaymentCollectionInputObject
Type Anonymous (validateAccountingPaymentCollectionInputObjectType)
Documentation
  
    Input-Objekt für den Service validateAccountingPayment
   
Source
 <xsd:element name="validateAccountingPaymentCollectionInputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>   
       <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Element validateAccountingPaymentCollectionOutputObject
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (validateAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState validateAccountingPaymentCollectionOutputObject
Type Anonymous (validateAccountingPaymentCollectionOutputObjectType)
Documentation
  
    Output-Objekt für den Service validateAccountingPayment
   
Source
 <xsd:element name="validateAccountingPaymentCollectionOutputObject"> 
   <xsd:complexType>  
     <xsd:sequence>   
       <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>   
       <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>   
     </xsd:sequence>  
   </xsd:complexType> 
 </xsd:element>

Groups


Attributes


Attribute Groups


Anonymous Types


activity's Anonymous Simple Type (activityType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (activityType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (activityType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
SAVED Die Daten wurden im Fachinformationssystem gespeichert
UrlSession Der aufgerufene Service konnte die Verarbeitung nicht automatisiert durchführen - und fordert vom FIS eine Weiterleitung auf eine BUCHIS-WebOberfläche an.
Source
 <xsd:simpleType> 
      <xsd:restriction base="xsd:string">  
        <xsd:enumeration value="SAVED">   
         </xsd:enumeration>  
        <xsd:enumeration value="UrlSession">   
         </xsd:enumeration>  
      </xsd:restriction> 
    </xsd:simpleType>

applicationData's Anonymous Complex Type (applicationDataType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (applicationDataType) person person binaryDocument binaryDocument (documentXhtmlType) (documentXhtmlType) (xmlContentType) (xmlContentType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (applicationDataType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
receiverPerson [1..1]
document [1..1]
documentXhtml  
xmlContent  
Source
 <xsd:complexType> 
      <xsd:sequence>  
        <xsd:element maxOccurs="1" minOccurs="1" name="receiverPerson" type="person"/>  
        <xsd:element maxOccurs="1" minOccurs="1" name="document" type="binaryDocument"/>  
        <xsd:element name="documentXhtml">   
          <xsd:complexType>    
            <xsd:sequence>     
              <xsd:any namespace="##any" processContents="lax"/>     
            </xsd:sequence>    
          </xsd:complexType>   
        </xsd:element>  
        <xsd:element name="xmlContent">   
          <xsd:complexType>    
            <xsd:sequence>     
              <xsd:any namespace="##any" processContents="lax"/>     
            </xsd:sequence>    
          </xsd:complexType>   
        </xsd:element>  
      </xsd:sequence> 
    </xsd:complexType>

documentXhtml's Anonymous Complex Type (documentXhtmlType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (documentXhtmlType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (documentXhtmlType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
Source
 <xsd:complexType> 
         <xsd:sequence>  
           <xsd:any namespace="##any" processContents="lax"/>  
         </xsd:sequence> 
       </xsd:complexType>

xmlContent's Anonymous Complex Type (xmlContentType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (xmlContentType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (xmlContentType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
Source
 <xsd:complexType> 
         <xsd:sequence>  
           <xsd:any namespace="##any" processContents="lax"/>  
         </xsd:sequence> 
       </xsd:complexType>

detailState's Anonymous Complex Type (detailStateType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (detailStateType) (stateType) (stateType) (documentType) (documentType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (detailStateType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationPaymentUId [1..1]
accountingPaymentUId [0..1]
applicationPaymentRowId [1..1]
accountingPaymentRowId [0..1]
customerData [0..1]
state  
stateDescription  
document  
Source
 <xsd:complexType> 
        <xsd:sequence>  
          <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentUId" type="xsd:string"/>  
          <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentUId" type="xsd:string"/>  
          <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentRowId" type="xsd:string"/>  
          <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentRowId" type="xsd:string"/>  
          <xsd:element maxOccurs="1" minOccurs="0" name="customerData" type="xsd:string"/>  
          <xsd:element name="state">   
            <xsd:simpleType>    
              <xsd:restriction base="xsd:string">     
                <xsd:enumeration value="ERROR"/>     
                <xsd:enumeration value="WARNING"/>     
                <xsd:enumeration value="INFO"/>     
              </xsd:restriction>    
            </xsd:simpleType>   
          </xsd:element>  
          <xsd:element name="stateDescription" type="xsd:string"/>  
          <xsd:element name="document">   
            <xsd:complexType>    
              <xsd:sequence>     
                <xsd:element name="pdfDocument" type="binaryDocument"/>     
                <xsd:element maxOccurs="1" minOccurs="1" name="delivery">      
                  <xsd:simpleType>       
                    <xsd:restriction base="xsd:string">        
                      <xsd:enumeration value="APPLICATION">         
                       </xsd:enumeration>        
                      <xsd:enumeration value="ELAK">         
                       </xsd:enumeration>        
                      <xsd:enumeration value="NOT_REQUIRED">         
                       </xsd:enumeration>        
                    </xsd:restriction>       
                  </xsd:simpleType>      
                </xsd:element>     
              </xsd:sequence>    
            </xsd:complexType>   
          </xsd:element>  
        </xsd:sequence> 
      </xsd:complexType>

state's Anonymous Simple Type (stateType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (stateType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (stateType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
ERROR
WARNING
INFO
Source
 <xsd:simpleType> 
           <xsd:restriction base="xsd:string">  
             <xsd:enumeration value="ERROR"/>  
             <xsd:enumeration value="WARNING"/>  
             <xsd:enumeration value="INFO"/>  
           </xsd:restriction> 
         </xsd:simpleType>

document's Anonymous Complex Type (documentType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (documentType) binaryDocument binaryDocument (deliveryType) (deliveryType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (documentType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
pdfDocument  
delivery Zustellungvariante
Source
 <xsd:complexType> 
           <xsd:sequence>  
             <xsd:element name="pdfDocument" type="binaryDocument"/>  
             <xsd:element maxOccurs="1" minOccurs="1" name="delivery">   
               <xsd:simpleType>    
                 <xsd:restriction base="xsd:string">     
                   <xsd:enumeration value="APPLICATION">      
                    </xsd:enumeration>     
                   <xsd:enumeration value="ELAK">      
                    </xsd:enumeration>     
                   <xsd:enumeration value="NOT_REQUIRED">      
                    </xsd:enumeration>     
                 </xsd:restriction>    
               </xsd:simpleType>   
             </xsd:element>  
           </xsd:sequence> 
         </xsd:complexType>

delivery's Anonymous Simple Type (deliveryType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (deliveryType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (deliveryType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
APPLICATION Zustellung soll durch Fachinformationssystem erfolgen; soll Dokument zuvor (durch das jeweilige Land signiert werden), so kann das signierte Dokumente im Objekt layerUId an die Fachapplikation retourniert werden;
ELAK Zustellung erfolgt(e) durch ELAK
NOT_REQUIRED Eine Zustellung ist (bspw. aufgrund des Typs) nicht nötig
Source
 <xsd:simpleType> 
              <xsd:restriction base="xsd:string">  
                <xsd:enumeration value="APPLICATION">   
                 </xsd:enumeration>  
                <xsd:enumeration value="ELAK">   
                 </xsd:enumeration>  
                <xsd:enumeration value="NOT_REQUIRED">   
                 </xsd:enumeration>  
              </xsd:restriction> 
            </xsd:simpleType>

state's Anonymous Simple Type (stateType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (stateType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (stateType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
ASSUMED
NOTASSUMED
Source
 <xsd:simpleType> 
      <xsd:restriction base="xsd:string">  
        <xsd:enumeration value="ASSUMED"/>  
        <xsd:enumeration value="NOTASSUMED"/>  
      </xsd:restriction> 
    </xsd:simpleType>

affilitation's Anonymous Simple Type (affilitationType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (affilitationType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (affilitationType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
STATE Bund
PROVINCE Land
COMMNITY Gemeinde
Source
 <xsd:simpleType> 
      <xsd:restriction base="xsd:string">  
        <xsd:enumeration value="STATE">   
         </xsd:enumeration>  
        <xsd:enumeration value="PROVINCE">   
         </xsd:enumeration>  
        <xsd:enumeration value="COMMNITY">   
         </xsd:enumeration>  
      </xsd:restriction> 
    </xsd:simpleType>

type's Anonymous Simple Type (typeType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (typeType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (typeType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
EXPENDITURE Ausgabe
RECEIPT Einnahme
Source
 <xsd:simpleType> 
      <xsd:restriction base="xsd:string">  
        <xsd:enumeration value="EXPENDITURE">   
         </xsd:enumeration>  
        <xsd:enumeration value="RECEIPT">   
         </xsd:enumeration>  
      </xsd:restriction> 
    </xsd:simpleType>

accountingPaymentParameterKeys's Anonymous Complex Type (accountingPaymentParameterKeysType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (accountingPaymentParameterKeysType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (accountingPaymentParameterKeysType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
allicationKey Kontierungsschlüssel
dutyKey Steuerschlüssel
paymentMethodKey Zahlwegschlüssel
Source
 <xsd:complexType> 
       <xsd:sequence>  
         <xsd:element maxOccurs="1" minOccurs="1" name="allicationKey" type="xsd:string">   
          </xsd:element>  
         <xsd:element maxOccurs="1" minOccurs="1" name="dutyKey" type="xsd:string">   
          </xsd:element>  
         <xsd:element maxOccurs="1" minOccurs="1" name="paymentMethodKey" type="xsd:string">   
          </xsd:element>  
       </xsd:sequence> 
     </xsd:complexType>

paymentBlock's Anonymous Simple Type (paymentBlockType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (paymentBlockType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (paymentBlockType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
YES
NO
Source
 <xsd:simpleType> 
      <xsd:restriction base="xsd:string">  
        <xsd:enumeration value="YES"/>  
        <xsd:enumeration value="NO"/>  
      </xsd:restriction> 
    </xsd:simpleType>

dunningBlock's Anonymous Simple Type (dunningBlockType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (dunningBlockType)
Inheritance Hierarchy
string {http://www.w3.org/2001/XMLSchema}
    (dunningBlockType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Allowable Values
YES
NO
Source
 <xsd:simpleType> 
      <xsd:restriction base="xsd:string">  
        <xsd:enumeration value="YES"/>  
        <xsd:enumeration value="NO"/>  
      </xsd:restriction> 
    </xsd:simpleType>

bankAccount's Anonymous Complex Type (bankAccountType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (bankAccountType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (bankAccountType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationBankAccountUId [1..1]
accountingBankAccountUId [1..1]
Source
 <xsd:complexType> 
      <xsd:sequence>  
        <xsd:element maxOccurs="1" minOccurs="1" name="applicationBankAccountUId" type="xsd:token"/>  
        <xsd:element maxOccurs="1" minOccurs="1" name="accountingBankAccountUId" type="xsd:token"/>  
      </xsd:sequence> 
    </xsd:complexType>

address's Anonymous Complex Type (addressType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (addressType)
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (addressType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
applicationAddressUId [1..1]
accountingAddresssUId [1..1]
Source
 <xsd:complexType> 
      <xsd:sequence>  
        <xsd:element maxOccurs="1" minOccurs="1" name="applicationAddressUId" type="xsd:token"/>  
        <xsd:element maxOccurs="1" minOccurs="1" name="accountingAddresssUId" type="xsd:token"/>  
      </xsd:sequence> 
    </xsd:complexType>

deleteAccountingPaymentCollectionInputObject's Anonymous Complex Type (deleteAccountingPaymentCollectionInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (deleteAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment payment payment
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (deleteAccountingPaymentCollectionInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
applicationPaymentCollectionUId [0..1]
paymentCollectionOld [1..*]
paymentCollection [1..*]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>  
      <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollectionOld" type="payment"/>  
      <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>  
    </xsd:sequence> 
  </xsd:complexType>

deleteAccountingPaymentCollectionOutputObject's Anonymous Complex Type (deleteAccountingPaymentCollectionOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (deleteAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (deleteAccountingPaymentCollectionOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentCollectionDetailState [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>   
    </xsd:sequence> 
  </xsd:complexType>

getAccountingPaymentParameterInputObject's Anonymous Complex Type (getAccountingPaymentParameterInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentParameterInputObjectType) commonApplicationInputParameter commonApplicationInputParameter paymentParameter paymentParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (getAccountingPaymentParameterInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
paymentParameter [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="paymentParameter" type="paymentParameter"/>  
    </xsd:sequence> 
  </xsd:complexType>

getAccountingPaymentParameterOutputObject's Anonymous Complex Type (getAccountingPaymentParameterOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentParameterOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentParameterDefinition paymentParameterDefinition
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (getAccountingPaymentParameterOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentParameterDefinition [1..*]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentParameterDefinition" type="paymentParameterDefinition"/>  
    </xsd:sequence> 
  </xsd:complexType>

getAccountingPaymentStatusInputObject's Anonymous Complex Type (getAccountingPaymentStatusInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentStatusInputObjectType) commonApplicationInputParameter commonApplicationInputParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (getAccountingPaymentStatusInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
applicationPaymentCollectionUId [0..1]
applicationPaymentUId [1..1]
accountingPaymentUId [0..1]
applicationPaymentRowId [1..1]
accountingPaymentRowId [0..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:choice>   
        <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>   
        <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentUId" type="xsd:string"/>   
        <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentUId" type="xsd:string"/>   
        <xsd:element maxOccurs="1" minOccurs="1" name="applicationPaymentRowId" type="xsd:string"/>   
        <xsd:element maxOccurs="1" minOccurs="0" name="accountingPaymentRowId" type="xsd:string"/>   
      </xsd:choice>  
    </xsd:sequence> 
  </xsd:complexType>

getAccountingPaymentStatusOutputObject's Anonymous Complex Type (getAccountingPaymentStatusOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (getAccountingPaymentStatusOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (getAccountingPaymentStatusOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentCollectionDetailState [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>   
    </xsd:sequence> 
  </xsd:complexType>

insertAccountingPaymentCollectionInputObject's Anonymous Complex Type (insertAccountingPaymentCollectionInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (insertAccountingPaymentCollectionInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
applicationPaymentCollectionUId [0..1]
paymentCollection [1..*]
applicationUri [0..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>  
      <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>  
      <xsd:element maxOccurs="1" minOccurs="0" name="applicationUri" type="xsd:anyURI"/>  
    </xsd:sequence> 
  </xsd:complexType>

insertAccountingPaymentCollectionOutputObject's Anonymous Complex Type (insertAccountingPaymentCollectionOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState urlSession urlSession
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (insertAccountingPaymentCollectionOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentCollectionDetailState [1..1]
urlSession [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:choice maxOccurs="1" minOccurs="1">   
        <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>    
        <xsd:element maxOccurs="1" minOccurs="1" name="urlSession" type="urlSession"/>   
      </xsd:choice>  
    </xsd:sequence> 
  </xsd:complexType>

insertAccountingPaymentCollectionUrlSessionInputObject's Anonymous Complex Type (insertAccountingPaymentCollectionUrlSessionInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionUrlSessionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (insertAccountingPaymentCollectionUrlSessionInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
sessionId [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" type="xsd:token"/>  
    </xsd:sequence> 
  </xsd:complexType>

insertAccountingPaymentCollectionUrlSessionOutputObject's Anonymous Complex Type (insertAccountingPaymentCollectionUrlSessionOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (insertAccountingPaymentCollectionUrlSessionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (insertAccountingPaymentCollectionUrlSessionOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentCollectionDetailState [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>  
    </xsd:sequence> 
  </xsd:complexType>

linkAccountingPersonInputObject's Anonymous Complex Type (linkAccountingPersonInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonInputObjectType) commonApplicationInputParameter commonApplicationInputParameter person person
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (linkAccountingPersonInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
person [1..1]
applicationUri [0..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="person" type="person"/>  
      <xsd:element maxOccurs="1" minOccurs="0" name="applicationUri" type="xsd:anyURI"/>  
    </xsd:sequence> 
  </xsd:complexType>

linkAccountingPersonOutputObject's Anonymous Complex Type (linkAccountingPersonOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter personLink personLink urlSession urlSession
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (linkAccountingPersonOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
personLink [1..1]
urlSession [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:choice maxOccurs="1" minOccurs="1">   
        <xsd:element maxOccurs="1" minOccurs="1" name="personLink" type="personLink"/>   
        <xsd:element maxOccurs="1" minOccurs="1" name="urlSession" type="urlSession"/>   
      </xsd:choice>  
    </xsd:sequence> 
  </xsd:complexType>

linkAccountingPersonUrlSessionInputObject's Anonymous Complex Type (linkAccountingPersonUrlSessionInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonUrlSessionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (linkAccountingPersonUrlSessionInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
sessionId [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" type="xsd:token"/>  
    </xsd:sequence> 
  </xsd:complexType>

linkAccountingPersonUrlSessionOutputObject's Anonymous Complex Type (linkAccountingPersonUrlSessionOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (linkAccountingPersonUrlSessionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter personLink personLink
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (linkAccountingPersonUrlSessionOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
personLink [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="personLink" type="personLink"/>  
    </xsd:sequence> 
  </xsd:complexType>

readAccountingPersonInputObject's Anonymous Complex Type (readAccountingPersonInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (readAccountingPersonInputObjectType) commonApplicationInputParameter commonApplicationInputParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (readAccountingPersonInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
applicationPersonUId [1..1]
accountingPersonUId [1..1]
applicationBankAccountUId [1..1]
accountingBankAccountUId [1..1]
applicationAddressUId [1..1]
accountingAddresssUId [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:choice maxOccurs="1" minOccurs="1">   
        <xsd:element maxOccurs="1" minOccurs="1" name="applicationPersonUId" type="xsd:token"/>   
        <xsd:element maxOccurs="1" minOccurs="1" name="accountingPersonUId" type="xsd:token"/>   
      </xsd:choice>  
      <xsd:choice maxOccurs="1" minOccurs="0">   
        <xsd:element maxOccurs="1" minOccurs="1" name="applicationBankAccountUId" type="xsd:token"/>   
        <xsd:element maxOccurs="1" minOccurs="1" name="accountingBankAccountUId" type="xsd:token"/>   
      </xsd:choice>  
      <xsd:choice maxOccurs="1" minOccurs="0">   
        <xsd:element maxOccurs="1" minOccurs="1" name="applicationAddressUId" type="xsd:token"/>   
        <xsd:element maxOccurs="1" minOccurs="1" name="accountingAddresssUId" type="xsd:token"/>   
      </xsd:choice>  
    </xsd:sequence> 
  </xsd:complexType>

readAccountingPersonOutputObject's Anonymous Complex Type (readAccountingPersonOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (readAccountingPersonOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter person person
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (readAccountingPersonOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
person [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="person" type="person"/>  
    </xsd:sequence> 
  </xsd:complexType>

updateAccountingPaymentCollectionInputObject's Anonymous Complex Type (updateAccountingPaymentCollectionInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment payment payment
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (updateAccountingPaymentCollectionInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
applicationPaymentCollectionUId [0..1]
paymentCollectionOld [1..*]
paymentCollection [1..*]
applicationUri [0..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="0" name="applicationPaymentCollectionUId" type="xsd:string"/>  
      <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollectionOld" type="payment"/>  
      <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>  
      <xsd:element maxOccurs="1" minOccurs="0" name="applicationUri" type="xsd:anyURI"/>  
    </xsd:sequence> 
  </xsd:complexType>

updateAccountingPaymentCollectionOutputObject's Anonymous Complex Type (updateAccountingPaymentCollectionOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState urlSession urlSession
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (updateAccountingPaymentCollectionOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentCollectionDetailState [1..1]
urlSession [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:choice maxOccurs="1" minOccurs="1">   
        <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>    
        <xsd:element maxOccurs="1" minOccurs="1" name="urlSession" type="urlSession"/>   
      </xsd:choice>  
    </xsd:sequence> 
  </xsd:complexType>

updateAccountingPaymentCollectionUrlSessionInputObject's Anonymous Complex Type (updateAccountingPaymentCollectionUrlSessionInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionUrlSessionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (updateAccountingPaymentCollectionUrlSessionInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
sessionId [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="sessionId" type="xsd:token"/>  
    </xsd:sequence> 
  </xsd:complexType>

updateAccountingPaymentCollectionUrlSessionOutputObject's Anonymous Complex Type (updateAccountingPaymentCollectionUrlSessionOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPaymentCollectionUrlSessionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (updateAccountingPaymentCollectionUrlSessionOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentCollectionDetailState [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>   
    </xsd:sequence> 
  </xsd:complexType>

updateAccountingPersonInputObject's Anonymous Complex Type (updateAccountingPersonInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPersonInputObjectType) commonApplicationInputParameter commonApplicationInputParameter person person
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (updateAccountingPersonInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
person [1..1]
memo [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="person" type="person"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="memo" type="xsd:string"/>  
    </xsd:sequence> 
  </xsd:complexType>

updateAccountingPersonOutputObject's Anonymous Complex Type (updateAccountingPersonOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (updateAccountingPersonOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (updateAccountingPersonOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
    </xsd:sequence> 
  </xsd:complexType>

validateAccountingPaymentCollectionInputObject's Anonymous Complex Type (validateAccountingPaymentCollectionInputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (validateAccountingPaymentCollectionInputObjectType) commonApplicationInputParameter commonApplicationInputParameter payment payment
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (validateAccountingPaymentCollectionInputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonApplicationInputParameter [1..1]
paymentCollection [1..*]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonApplicationInputParameter" type="commonApplicationInputParameter"/>  
      <xsd:element maxOccurs="unbounded" minOccurs="1" name="paymentCollection" type="payment"/>  
    </xsd:sequence> 
  </xsd:complexType>

validateAccountingPaymentCollectionOutputObject's Anonymous Complex Type (validateAccountingPaymentCollectionOutputObjectType)
Namespace http://reference.e-government.gv.at/namespace/buchtrans/1#
Diagram (validateAccountingPaymentCollectionOutputObjectType) commonAccountingOutputParameter commonAccountingOutputParameter paymentCollectionDetailState paymentCollectionDetailState
Inheritance Hierarchy
anyType {http://www.w3.org/2001/XMLSchema}
    (validateAccountingPaymentCollectionOutputObjectType) {http://reference.e-government.gv.at/namespace/buchtrans/1#}
Content Details
commonAccountingOutputParameter [1..1]
paymentCollectionDetailState [1..1]
Source
 <xsd:complexType> 
    <xsd:sequence>  
      <xsd:element maxOccurs="1" minOccurs="1" name="commonAccountingOutputParameter" type="commonAccountingOutputParameter"/>  
      <xsd:element maxOccurs="1" minOccurs="1" name="paymentCollectionDetailState" type="paymentCollectionDetailState"/>  
    </xsd:sequence> 
  </xsd:complexType>