TechDoc

Schema Document Properties

Target Namespace http://www.swissdec.ch/schema/id/20230901/IncidentDeclarationContainer
Version 0.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.swissdec.ch/schema/common/20200220/Common (at Common.xsd)
    • http://www.swissdec.ch/schema/id/20230901/IncidentDeclaration (at IncidentDeclaration.xsd)
Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
idc http://www.swissdec.ch/schema/id/20230901/IncidentDeclarationContainer
id http://www.swissdec.ch/schema/id/20230901/IncidentDeclaration
c http://www.swissdec.ch/schema/common/20200220/Common
xs http://www.w3.org/2001/XMLSchema
<xs:schema targetNamespace=
"http://www.swissdec.ch/schema/id/20230901/IncidentDeclarationContainer" elementFormDefault=
"qualified" attributeFormDefault=
"unqualified" version=
"0.0"
>
   <xs:import namespace=
"http://www.swissdec.ch/schema/common/20200220/Common" schemaLocation=
"Common.xsd"
/>
   <xs:import namespace=
"http://www.swissdec.ch/schema/id/20230901/IncidentDeclaration" schemaLocation=
"IncidentDeclaration.xsd"
/>
...
</xs:schema>

Global Definitions

Complex Type: AddresseeType

Super-types: None
Sub-types: None
Name AddresseeType
Abstract no
<...
>
   <idc:UVG-LAA> 
idc:ControlsType
 </idc:UVG-LAA> [0..*] 
   <idc:UVGZ-LAAC> 
idc:ControlsType
 </idc:UVGZ-LAAC> [0..*] 
   <idc:KU-AC> 
idc:ControlsType
 </idc:KU-AC> [0..*] 
   <idc:KTG-AMC> 
idc:ControlsType
 </idc:KTG-AMC> [0..*] 
</...>
<xs:complexType name=
"AddresseeType"
>
   <xs:sequence
>
      <xs:element name=
"UVG-LAA" type=
"
idc:ControlsType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
      <xs:element name=
"UVGZ-LAAC" type=
"
idc:ControlsType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
      <xs:element name=
"KU-AC" type=
"
idc:ControlsType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
      <xs:element name=
"KTG-AMC" type=
"
idc:ControlsType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: ContextBaseType

Super-types: None
Sub-types: None
Name ContextBaseType
Abstract no
<...
>
   <idc:UserAgent> 
c:UserAgentType
 </idc:UserAgent> [1] 
   <idc:InstitutionName> 
xs:string </idc:InstitutionName> [1] 
   <idc:TransmissionDate> 
xs:dateTime </idc:TransmissionDate> [1] 
   <idc:ResponseID> 
c:IDType
 </idc:ResponseID> [1] 
   <idc:RequestID> 
c:IDType
 </idc:RequestID> [1] 
</...>
<xs:complexType name=
"ContextBaseType"
>
   <xs:sequence
>
      <xs:element name=
"UserAgent" type=
"
c:UserAgentType
"
/>
      <xs:element name=
"InstitutionName" type=
"
xs:string"
/>
      <xs:element name=
"TransmissionDate" type=
"
xs:dateTime"
/>
      <xs:element name=
"ResponseID" type=
"
c:IDType
"
/>
      <xs:element name=
"RequestID" type=
"
c:IDType
"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: ContextConsumerBaseType

Super-types: None
Sub-types: None
Name ContextConsumerBaseType
Abstract no
<...
>
   <idc:UserAgent> 
c:UserAgentType
 </idc:UserAgent> [1] 
   <idc:InstitutionName> 
xs:string </idc:InstitutionName> [1] 
   <idc:TransmissionDate> 
xs:dateTime </idc:TransmissionDate> [1] 
   <idc:ResponseID> 
c:IDType
 </idc:ResponseID> [1] 
   <idc:RequestID> 
c:IDType
 </idc:RequestID> [1] 
</...>
<xs:complexType name=
"ContextConsumerBaseType"
>
   <xs:sequence
>
      <xs:element name=
"UserAgent" type=
"
c:UserAgentType
"
/>
      <xs:element name=
"InstitutionName" type=
"
xs:string"
/>
      <xs:element name=
"TransmissionDate" type=
"
xs:dateTime"
/>
      <xs:element name=
"ResponseID" type=
"
c:IDType
"
/>
      <xs:element name=
"RequestID" type=
"
c:IDType
"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: ControlsType

Super-types: None
Sub-types: None
Name ControlsType
Abstract no
<...
 institutionIDRef=
"
c:InstanceRefIDType
" [1]
>
   <idc:ProcessByDistributor> 
c:SimpleBooleanType
 </idc:ProcessByDistributor> [1] 
</...>
<xs:complexType name=
"ControlsType"
>
   <xs:sequence
>
      <xs:element name=
"ProcessByDistributor" type=
"
c:SimpleBooleanType
"
/>
   </xs:sequence>
   <xs:attribute name=
"institutionIDRef" type=
"
c:InstanceRefIDType
" use=
"required"
/>
</xs:complexType>

Complex Type: DeclareIncidentRequestType

Super-types: None
Sub-types: None
Name DeclareIncidentRequestType
Abstract no
<...
>
   <idc:RequestContext> 
idc:RequestContextType
 </idc:RequestContext> [1] 
   <idc:Job> 
idc:JobType
 </idc:Job> [1] 
   <idc:IncidentDeclaration> 
id:IncidentDeclarationType
 </idc:IncidentDeclaration> [1] 
</...>
<xs:complexType name=
"DeclareIncidentRequestType"
>
   <xs:sequence
>
      <xs:element name=
"RequestContext" type=
"
idc:RequestContextType
"
/>
      <xs:element name=
"Job" type=
"
idc:JobType
"
/>
      <xs:element name=
"IncidentDeclaration" type=
"
id:IncidentDeclarationType
"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: DeclareIncidentResponseType

Super-types: None
Sub-types: None
Name DeclareIncidentResponseType
Abstract no
<...
>
   <idc:ResponseContext> 
idc:ContextBaseType
 </idc:ResponseContext> [1] 
   <idc:Plausible> 
idc:PlausibleNotificationsType
 </idc:Plausible> [1] 
</...>
<xs:complexType name=
"DeclareIncidentResponseType"
>
   <xs:sequence
>
      <xs:element name=
"ResponseContext" type=
"
idc:ContextBaseType
"
/>
      <xs:element name=
"Plausible" type=
"
idc:PlausibleNotificationsType
"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: ErrorResponseType

Super-types: None
Sub-types: None
Name ErrorResponseType
Abstract no
Info Translation (de):
Endbenutzer-Information Translation (de):
DetailInformation Translation (de):
FehlerInformation des Empfängers
<...
>
   <idc:EndUserInformation> 
xs:string </idc:EndUserInformation> [1] 
   <idc:DetailInformation> 
xs:string </idc:DetailInformation> [0..1] 
   <idc:FaultInformation> 
idc:IncidentDeclarationFaultType
 </idc:FaultInformation> [0..1] 
</...>
<xs:complexType name=
"ErrorResponseType"
>
   <xs:sequence
>
      <xs:element name=
"EndUserInformation" type=
"
xs:string"
/>
      <xs:element name=
"DetailInformation" type=
"
xs:string" minOccurs=
"0"
/>
      <xs:element name=
"FaultInformation" type=
"
idc:IncidentDeclarationFaultType
" minOccurs=
"0"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: IncidentDeclarationConsumerFaultType

Super-types: None
Sub-types: None
Name IncidentDeclarationConsumerFaultType
Abstract no
<...
>
   <idc:FaultContext> 
idc:ContextConsumerBaseType
 </idc:FaultContext> [1] 
   <idc:FaultState> 
c:FaultStateType
 </idc:FaultState> [1] 
</...>
<xs:complexType name=
"IncidentDeclarationConsumerFaultType"
>
   <xs:sequence
>
      <xs:element name=
"FaultContext" type=
"
idc:ContextConsumerBaseType
"
/>
      <xs:element name=
"FaultState" type=
"
c:FaultStateType
"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: IncidentDeclarationFaultType

Super-types: None
Sub-types: None
Name IncidentDeclarationFaultType
Abstract no
<...
>
   <idc:FaultContext> 
idc:ContextBaseType
 </idc:FaultContext> [1] 
   <idc:FaultState> 
c:FaultStateType
 </idc:FaultState> [1] 
</...>
<xs:complexType name=
"IncidentDeclarationFaultType"
>
   <xs:sequence
>
      <xs:element name=
"FaultContext" type=
"
idc:ContextBaseType
"
/>
      <xs:element name=
"FaultState" type=
"
c:FaultStateType
"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: IncidentStateType

Super-types: None
Sub-types: None
Name IncidentStateType
Abstract no
Translation (de):
Arbeitszustandsdetails
<...
>
   <idc:AddresseeContext> 
idc:ContextConsumerBaseType
 </idc:AddresseeContext> [1] 
   <idc:InstitutionAddress> 
c:NameAndAddressType
 </idc:InstitutionAddress> [1] 
   <idc:DigitalizationScope> 
idc:DigitalizationScopeType
 </idc:DigitalizationScope> [1] 
   <idc:Staff> 
id:AccidentStaffType
 </idc:Staff> [1] 
   <idc:Info> 
c:NotificationsType
 </idc:Info> [0..1] 
   <idc:Warning> 
c:NotificationsType
 </idc:Warning> [0..1] 
</...>
<xs:complexType name=
"IncidentStateType"
>
   <xs:sequence
>
      <xs:element name=
"AddresseeContext" type=
"
idc:ContextConsumerBaseType
"
/>
      <xs:element name=
"InstitutionAddress" type=
"
c:NameAndAddressType
"
/>
      <xs:element name=
"DigitalizationScope" type=
"
idc:DigitalizationScopeType
"
/>
      <xs:element name=
"Staff" type=
"
id:AccidentStaffType
"
/>
      <xs:element name=
"Info" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
      <xs:element name=
"Warning" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: InstitutionIdentificationType

Super-types: None
Sub-types: None
Name InstitutionIdentificationType
Abstract no
<...
>
   <idc:InsuranceID> 
c:IDType
 </idc:InsuranceID> [1] 
   <idc:Domain> 
idc:DomainType
 </idc:Domain> [1] 
   <idc:CustomerIdentity> 
c:NotEmptyStringType
 </idc:CustomerIdentity> [1] 
   <idc:ContractIdentity> 
c:NotEmptyStringType
 </idc:ContractIdentity> [0..1] 
</...>
<xs:complexType name=
"InstitutionIdentificationType"
>
   <xs:sequence
>
      <xs:element name=
"InsuranceID" type=
"
c:IDType
"
/>
      <xs:element name=
"Domain" type=
"
idc:DomainType
"
/>
      <xs:element name=
"CustomerIdentity" type=
"
c:NotEmptyStringType
"
/>
      <xs:element name=
"ContractIdentity" type=
"
c:NotEmptyStringType
" minOccurs=
"0"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: JobStateType

Super-types: None
Sub-types: None
Name JobStateType
Abstract no
<...
>
   <idc:UVG-LAA> 
idc:WorkingStateType
 </idc:UVG-LAA> [0..*] 
   <idc:UVGZ-LAAC> 
idc:WorkingStateType
 </idc:UVGZ-LAAC> [0..*] 
   <idc:KU-AC> 
idc:WorkingStateType
 </idc:KU-AC> [0..*] 
   <idc:KTG-AMC> 
idc:KTG-AMC-WorkingStateType
 </idc:KTG-AMC> [0..*] 
</...>
<xs:complexType name=
"JobStateType"
>
   <xs:sequence
>
      <xs:element name=
"UVG-LAA" type=
"
idc:WorkingStateType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
      <xs:element name=
"UVGZ-LAAC" type=
"
idc:WorkingStateType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
      <xs:element name=
"KU-AC" type=
"
idc:WorkingStateType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
      <xs:element name=
"KTG-AMC" type=
"
idc:KTG-AMC-WorkingStateType
" minOccurs=
"0" maxOccurs=
"unbounded"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: JobType

Super-types: None
Sub-types: None
Name JobType
Abstract no
<...
>
   <idc:Addressees> 
idc:AddresseeType
 
      <!--
       Uniqueness Constraint - 
InstitutionRefUVG-LAA-Ctrl

       Selector - idc:UVG-LAA
       Field(s) - @institutionIDRef
      -->
      <!--
       Uniqueness Constraint - 
InstitutionRefUVGZ-LAAC-Ctrl

       Selector - idc:UVGZ-LAAC
       Field(s) - @institutionIDRef
      -->
      <!--
       Uniqueness Constraint - 
InstitutionRefKU-AC-Ctrl

       Selector - idc:KU-AC
       Field(s) - @institutionIDRef
      -->
      <!--
       Uniqueness Constraint - 
InstitutionRefKTG-AMC-Ctrl

       Selector - idc:KTG-AMC
       Field(s) - @institutionIDRef
      -->
   </idc:Addressees> [1] 
   <idc:EndUserNotification> 
idc:UserNotificationType
 </idc:EndUserNotification> [0..1] 
</...>
<xs:complexType name=
"JobType"
>
   <xs:sequence
>
      <xs:element name=
"Addressees" type=
"
idc:AddresseeType
"
>
         <xs:unique name=
"InstitutionRefUVG-LAA-Ctrl"
>
            <xs:selector xpath=
"idc:UVG-LAA"
/>
            <xs:field xpath=
"@institutionIDRef"
/>
         </xs:unique>
         <xs:unique name=
"InstitutionRefUVGZ-LAAC-Ctrl"
>
            <xs:selector xpath=
"idc:UVGZ-LAAC"
/>
            <xs:field xpath=
"@institutionIDRef"
/>
         </xs:unique>
         <xs:unique name=
"InstitutionRefKU-AC-Ctrl"
>
            <xs:selector xpath=
"idc:KU-AC"
/>
            <xs:field xpath=
"@institutionIDRef"
/>
         </xs:unique>
         <xs:unique name=
"InstitutionRefKTG-AMC-Ctrl"
>
            <xs:selector xpath=
"idc:KTG-AMC"
/>
            <xs:field xpath=
"@institutionIDRef"
/>
         </xs:unique>
      </xs:element>
      <xs:element name=
"EndUserNotification" type=
"
idc:UserNotificationType
" minOccurs=
"0"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: KTG-AMC-IncidentStateType

Super-types: None
Sub-types: None
Name KTG-AMC-IncidentStateType
Abstract no
Translation (de):
Arbeitszustandsdetails
<...
>
   <idc:AddresseeContext> 
idc:ContextConsumerBaseType
 </idc:AddresseeContext> [1] 
   <idc:InstitutionAddress> 
c:NameAndAddressType
 </idc:InstitutionAddress> [1] 
   <idc:DigitalizationScope> 
idc:DigitalizationScopeType
 </idc:DigitalizationScope> [1] 
   <idc:Staff> 
id:KTG-AMC-StaffType
 </idc:Staff> [1] 
   <idc:Info> 
c:NotificationsType
 </idc:Info> [0..1] 
   <idc:Warning> 
c:NotificationsType
 </idc:Warning> [0..1] 
</...>
<xs:complexType name=
"KTG-AMC-IncidentStateType"
>
   <xs:sequence
>
      <xs:element name=
"AddresseeContext" type=
"
idc:ContextConsumerBaseType
"
/>
      <xs:element name=
"InstitutionAddress" type=
"
c:NameAndAddressType
"
/>
      <xs:element name=
"DigitalizationScope" type=
"
idc:DigitalizationScopeType
"
/>
      <xs:element name=
"Staff" type=
"
id:KTG-AMC-StaffType
"
/>
      <xs:element name=
"Info" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
      <xs:element name=
"Warning" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: KTG-AMC-WorkingStateType

Super-types: None
Sub-types:
Name KTG-AMC-WorkingStateType
Abstract no
Translation (de):
Arbeitszustandsdetails
<...
 institutionIDRef=
"
c:InstanceRefIDType
" [1]
>
   Start Choice [1]

      <idc:Success> 
idc:KTG-AMC-IncidentStateType
 </idc:Success> [1] 
      <idc:Ignored> 
c:EmptyType
 </idc:Ignored> [1] 
      <idc:Error> 
idc:ErrorResponseType
 </idc:Error> [1] 
   End Choice
</...>
<xs:complexType name=
"KTG-AMC-WorkingStateType"
>
   <xs:choice
>
      <xs:element name=
"Success" type=
"
idc:KTG-AMC-IncidentStateType
"
/>
      <xs:element name=
"Ignored" type=
"
c:EmptyType
"
/>
      <xs:element name=
"Error" type=
"
idc:ErrorResponseType
"
/>
   </xs:choice>
   <xs:attribute name=
"institutionIDRef" type=
"
c:InstanceRefIDType
" use=
"required"
/>
</xs:complexType>

Complex Type: PlausibleNotificationsType

Super-types: None
Sub-types: None
Name PlausibleNotificationsType
Abstract no
<...
>
   <idc:Info> 
c:NotificationsType
 </idc:Info> [0..1] 
   <idc:Warning> 
c:NotificationsType
 </idc:Warning> [0..1] 
   <idc:JobState> 
idc:JobStateType
 </idc:JobState> [1] 
</...>
<xs:complexType name=
"PlausibleNotificationsType"
>
   <xs:sequence
>
      <xs:element name=
"Info" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
      <xs:element name=
"Warning" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
      <xs:element name=
"JobState" type=
"
idc:JobStateType
"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: Reduced-KTG-AMC-WorkingStateType

Super-types: KTG-AMC-WorkingStateType < Reduced-KTG-AMC-WorkingStateType (by restriction)
Sub-types: None
Name Reduced-KTG-AMC-WorkingStateType
Abstract no
Translation (de):
Arbeitszustandsdetails
<...
 institutionIDRef=
"
c:InstanceRefIDType
" [1]
>
   Start Choice [1]

      <idc:Success> 
idc:KTG-AMC-IncidentStateType
 </idc:Success> [1] 
   End Choice
</...>
<xs:complexType name=
"Reduced-KTG-AMC-WorkingStateType"
>
   <xs:complexContent
>
      <xs:restriction base=
"
idc:KTG-AMC-WorkingStateType
"
>
         <xs:choice
>
            <xs:element name=
"Success" type=
"
idc:KTG-AMC-IncidentStateType
"
/>
         </xs:choice>
      </xs:restriction>
   </xs:complexContent>
</xs:complexType>

Complex Type: ReducedWorkingStateType

Super-types: WorkingStateType < ReducedWorkingStateType (by restriction)
Sub-types: None
Name ReducedWorkingStateType
Abstract no
Translation (de):
Arbeitszustandsdetails
<...
 institutionIDRef=
"
c:InstanceRefIDType
" [1]
>
   Start Choice [1]

      <idc:Success> 
idc:IncidentStateType
 </idc:Success> [1] 
   End Choice
</...>
<xs:complexType name=
"ReducedWorkingStateType"
>
   <xs:complexContent
>
      <xs:restriction base=
"
idc:WorkingStateType
"
>
         <xs:choice
>
            <xs:element name=
"Success" type=
"
idc:IncidentStateType
"
/>
         </xs:choice>
      </xs:restriction>
   </xs:complexContent>
</xs:complexType>

Complex Type: RequestContextType

Super-types: None
Sub-types: None
Name RequestContextType
Abstract no
<...
>
   <idc:UserAgent> 
c:UserAgentType
 </idc:UserAgent> [1] 
   <idc:CompanyName> 
c:CompanyNameType
 </idc:CompanyName> [1] 
   <idc:TransmissionDate> 
xs:dateTime </idc:TransmissionDate> [1] 
   <idc:RequestID> 
c:IDType
 </idc:RequestID> [1] 
   <idc:LanguageCode> 
c:LanguageCodeType
 </idc:LanguageCode> [1] 
   <idc:MonitoringID> 
c:MonitoringIDType
 </idc:MonitoringID> [0..1] 
</...>
<xs:complexType name=
"RequestContextType"
>
   <xs:sequence
>
      <xs:element name=
"UserAgent" type=
"
c:UserAgentType
"
/>
      <xs:element name=
"CompanyName" type=
"
c:CompanyNameType
"
/>
      <xs:element name=
"TransmissionDate" type=
"
xs:dateTime"
/>
      <xs:element name=
"RequestID" type=
"
c:IDType
"
/>
      <xs:element name=
"LanguageCode" type=
"
c:LanguageCodeType
"
/>
      <xs:element name=
"MonitoringID" type=
"
c:MonitoringIDType
" minOccurs=
"0"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: SynchronizeIncidentConsumerType

Super-types: None
Sub-types: None
Name SynchronizeIncidentConsumerType
Abstract no
<...
>
   <idc:AddresseeContext> 
idc:ContextConsumerBaseType
 </idc:AddresseeContext> [1] 
   <idc:Institution> 
idc:InstitutionIdentificationType
 </idc:Institution> [1]
   <idc:DigitalizationScope> 
idc:DigitalizationScopeType
 </idc:DigitalizationScope> [1] 
   <idc:IncidentStories> 
id:IncidentStoriesResponseType
 
      <!--
       Uniqueness Constraint - 
ConsumerStoryID-Ctrl

       Selector - id:*
       Field(s) - id:StoryID|c:StoryID
      -->
   </idc:IncidentStories> [0..*]
   <idc:StoriesWithoutDeclaration> 
id:StoriesWithoutDeclarationType
 
      <!--
       Uniqueness Constraint - 
WithoutDeclarationConsumerStoryID-Ctrl

       Selector - id:*
       Field(s) - c:StoryID
      -->
   </idc:StoriesWithoutDeclaration> [0..1]
   <idc:Available   > [0..1] 
      <idc:IncidentCaseID> 
c:IDType
 </idc:IncidentCaseID> [1..*]
   </idc:Available>
   <idc:Info> 
c:NotificationsType
 </idc:Info> [0..1] 
   <idc:Warning> 
c:NotificationsType
 </idc:Warning> [0..1] 
</...>
<xs:complexType name=
"SynchronizeIncidentConsumerType"
>
   <xs:sequence
>
      <xs:element name=
"AddresseeContext" type=
"
idc:ContextConsumerBaseType
"
/>
      <xs:element name=
"Institution" type=
"
idc:InstitutionIdentificationType
"
/>
      <xs:element name=
"DigitalizationScope" type=
"
idc:DigitalizationScopeType
"
/>
      <xs:element name=
"IncidentStories" type=
"
id:IncidentStoriesResponseType
" minOccurs=
"0" maxOccurs=
"unbounded"
>
         <xs:unique name=
"ConsumerStoryID-Ctrl"
>
            <xs:selector xpath=
"id:*"
/>
            <xs:field xpath=
"id:StoryID|c:StoryID"
/>
         </xs:unique>
      </xs:element>
      <xs:element name=
"StoriesWithoutDeclaration" type=
"
id:StoriesWithoutDeclarationType
" minOccurs=
"0"
>
         <xs:unique name=
"WithoutDeclarationConsumerStoryID-Ctrl"
>
            <xs:selector xpath=
"id:*"
/>
            <xs:field xpath=
"c:StoryID"
/>
         </xs:unique>
      </xs:element>
      <xs:element name=
"Available" minOccurs=
"0"
>
         <xs:complexType
>
            <xs:sequence
>
               <xs:element name=
"IncidentCaseID" type=
"
c:IDType
" minOccurs=
"1" maxOccurs=
"unbounded"
/>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element name=
"Info" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
      <xs:element name=
"Warning" type=
"
c:NotificationsType
" minOccurs=
"0"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: SynchronizeIncidentRequestType

Super-types: None
Sub-types: None
Name SynchronizeIncidentRequestType
Abstract no
<...
>
   <idc:RequestContext> 
idc:RequestContextType
 </idc:RequestContext> [1] 
   <idc:Company> 
id:CompanyUIDType
 </idc:Company> [1] 
   <idc:Institution> 
idc:InstitutionIdentificationType
 </idc:Institution> [1] 
   <idc:IncidentStories> 
id:IncidentStoriesRequestType
 
      <!--
       Uniqueness Constraint - 
StoryID-Ctrl

       Selector - id:*
       Field(s) - id:StoryID|c:StoryID
      -->
   </idc:IncidentStories> [0..*]
   <idc:StoriesWithoutDeclaration> 
id:StoriesWithoutDeclarationType
 
      <!--
       Uniqueness Constraint - 
WithoutDeclarationStoryID-Ctrl

       Selector - id:*
       Field(s) - c:StoryID
      -->
   </idc:StoriesWithoutDeclaration> [0..1]
</...>
<xs:complexType name=
"SynchronizeIncidentRequestType"
>
   <xs:sequence
>
      <xs:element name=
"RequestContext" type=
"
idc:RequestContextType
"
/>
      <xs:element name=
"Company" type=
"
id:CompanyUIDType
"
/>
      <xs:element name=
"Institution" type=
"
idc:InstitutionIdentificationType
"
/>
      <xs:element name=
"IncidentStories" type=
"
id:IncidentStoriesRequestType
" minOccurs=
"0" maxOccurs=
"unbounded"
>
         <xs:unique name=
"StoryID-Ctrl"
>
            <xs:selector xpath=
"id:*"
/>
            <xs:field xpath=
"id:StoryID|c:StoryID"
/>
         </xs:unique>
      </xs:element>
      <xs:element name=
"StoriesWithoutDeclaration" type=
"
id:StoriesWithoutDeclarationType
" minOccurs=
"0"
>
         <xs:unique name=
"WithoutDeclarationStoryID-Ctrl"
>
            <xs:selector xpath=
"id:*"
/>
            <xs:field xpath=
"c:StoryID"
/>
         </xs:unique>
      </xs:element>
   </xs:sequence>
</xs:complexType>

Complex Type: SynchronizeIncidentResponseType

Super-types: None
Sub-types: None
Name SynchronizeIncidentResponseType
Abstract no
<...
>
   <idc:ResponseContext> 
idc:ContextBaseType
 </idc:ResponseContext> [1] 
   <idc:SynchronizeIncidentConsumer> 
idc:SynchronizeIncidentConsumerType
 
      <!--
       Uniqueness Constraint - 
ConsumerIncidentContextID-Ctrl

       Selector - idc:IncidentStories/id:IncidentContext
       Field(s) - id:CompanyCaseID, id:InsuranceCaseID, id:IncidentCaseID
      -->
   </idc:SynchronizeIncidentConsumer> [1]
</...>
<xs:complexType name=
"SynchronizeIncidentResponseType"
>
   <xs:sequence
>
      <xs:element name=
"ResponseContext" type=
"
idc:ContextBaseType
"
/>
      <xs:element name=
"SynchronizeIncidentConsumer" type=
"
idc:SynchronizeIncidentConsumerType
"
>
         <xs:unique name=
"ConsumerIncidentContextID-Ctrl"
>
            <xs:selector xpath=
"idc:IncidentStories/id:IncidentContext"
/>
            <xs:field xpath=
"id:CompanyCaseID"
/>
            <xs:field xpath=
"id:InsuranceCaseID"
/>
            <xs:field xpath=
"id:IncidentCaseID"
/>
         </xs:unique>
      </xs:element>
   </xs:sequence>
</xs:complexType>

Complex Type: UserNotificationType

Super-types: None
Sub-types: None
Name UserNotificationType
Abstract no
Translation (de):
EndBenutzer Benachrichtigung
<...
>
   <idc:Name> 
xs:string </idc:Name> [1] 
   <idc:EmailAddress> 
c:EmailAddressType
 </idc:EmailAddress> [1] 
   <idc:PhoneNumber> 
xs:string </idc:PhoneNumber> [1] 
</...>
<xs:complexType name=
"UserNotificationType"
>
   <xs:sequence
>
      <xs:element name=
"Name" type=
"
xs:string"
/>
      <xs:element name=
"EmailAddress" type=
"
c:EmailAddressType
"
/>
      <xs:element name=
"PhoneNumber" type=
"
xs:string"
/>
   </xs:sequence>
</xs:complexType>

Complex Type: WorkingStateType

Super-types: None
Sub-types:
Name WorkingStateType
Abstract no
Translation (de):
Arbeitszustandsdetails
<...
 institutionIDRef=
"
c:InstanceRefIDType
" [1]
>
   Start Choice [1]

      <idc:Success> 
idc:IncidentStateType
 </idc:Success> [1] 
      <idc:Ignored> 
c:EmptyType
 </idc:Ignored> [1] 
      <idc:Error> 
idc:ErrorResponseType
 </idc:Error> [1] 
   End Choice
</...>
<xs:complexType name=
"WorkingStateType"
>
   <xs:choice
>
      <xs:element name=
"Success" type=
"
idc:IncidentStateType
"
/>
      <xs:element name=
"Ignored" type=
"
c:EmptyType
"
/>
      <xs:element name=
"Error" type=
"
idc:ErrorResponseType
"
/>
   </xs:choice>
   <xs:attribute name=
"institutionIDRef" type=
"
c:InstanceRefIDType
" use=
"required"
/>
</xs:complexType>

Simple Type: DigitalizationScopeType

Super-types: xs:NMTOKEN < DigitalizationScopeType (by restriction)
Sub-types: None
Name DigitalizationScopeType
Content
  • Base XSD Type: NMTOKEN
  • value comes from list: {'Basic'|'BasicCoverage'|'BasicCoverageSettlement'|'BasicDialog'|'BasicCoverageDialog'|'BasicCoverageSettlementDialog'}
<xs:simpleType name=
"DigitalizationScopeType"
>
   <xs:restriction base=
"
xs:NMTOKEN"
>
      <xs:enumeration value=
"Basic"
/>
      <xs:enumeration value=
"BasicCoverage"
/>
      <xs:enumeration value=
"BasicCoverageSettlement"
/>
      <xs:enumeration value=
"BasicDialog"
/>
      <xs:enumeration value=
"BasicCoverageDialog"
/>
      <xs:enumeration value=
"BasicCoverageSettlementDialog"
/>
   </xs:restriction>
</xs:simpleType>

Simple Type: DomainType

Super-types: xs:NMTOKEN < DomainType (by restriction)
Sub-types: None
Name DomainType
Content
  • Base XSD Type: NMTOKEN
  • value comes from list: {'UVG-LAA'|'UVGZ-LAAC'|'KU-AC'|'KTG-AMC'}
<xs:simpleType name=
"DomainType"
>
   <xs:restriction base=
"
xs:NMTOKEN"
>
      <xs:enumeration value=
"UVG-LAA"
/>
      <xs:enumeration value=
"UVGZ-LAAC"
/>
      <xs:enumeration value=
"KU-AC"
/>
      <xs:enumeration value=
"KTG-AMC"
/>
   </xs:restriction>
</xs:simpleType>

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.