Richtlinien fuer den Leistungsstandard: Transmitter
Leistungsstandard-CH (KLE) / IncidentDeclaration
Eine Gemeinschaftsarbeit der / En cooperation avec eAHV, SUVA, SSK/Stv-BE, BFS und SVV.
Technical Schemadocumentation (TechDoc)
Filename: IncidentDeclarationContainerTechDoc_de.html
Status: final
Schema: IncidentDeclarationContainer.xsd
Namespace: http://www.swissdec.ch/schema/id/20180901/IncidentDeclarationContainer
Schemaversion: 20180901 / 1.0 ( major / minor )
Generated with an adaption of xs3p (http://titanium.dstc.edu.au/xml/xs3p/)
Ausgabe / Edition 26.09.2018 12:05


Table of Contents

top

Schema Document Properties

Target Namespace http://www.swissdec.ch/schema/id/20180901/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/20180901/Common (at Common.xsd)
    • http://www.swissdec.ch/schema/id/20180901/IncidentDeclaration (at IncidentDeclaration.xsd)

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
idc http://www.swissdec.ch/schema/id/20180901/IncidentDeclarationContainer
id http://www.swissdec.ch/schema/id/20180901/IncidentDeclaration
c http://www.swissdec.ch/schema/common/20180901/Common
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema targetNamespace="http://www.swissdec.ch/schema/id/20180901/IncidentDeclarationContainer" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.0">
<xs:import namespace="http://www.swissdec.ch/schema/common/20180901/Common" schemaLocation="Common.xsd"/>
<xs:import namespace="http://www.swissdec.ch/schema/id/20180901/IncidentDeclaration" schemaLocation="IncidentDeclaration.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: AddresseeType

Parent type: None
Direct sub-types: None
Name AddresseeType
Abstract no
XML Instance Representation
<...>
<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..*] ?
</...>
Schema Component Representation
<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>
top

Complex Type: ContextBaseType

Parent type: None
Direct sub-types: None
Name ContextBaseType
Abstract no
XML Instance Representation
<...>
<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] ?
</...>
Schema Component Representation
<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>
top

Complex Type: ContextConsumerBaseType

Parent type: None
Direct sub-types: None
Name ContextConsumerBaseType
Abstract no
XML Instance Representation
<...>
<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] ?
</...>
Schema Component Representation
<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>
top

Complex Type: ControlsType

Parent type: None
Direct sub-types: None
Name ControlsType
Abstract no
XML Instance Representation
<...
institutionIDRef=" c:InstanceRefIDType [1]">
<idc:ProcessByDistributor> c:SimpleBooleanType </idc:ProcessByDistributor> [1] ?
</...>
Schema Component Representation
<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>
top

Complex Type: DeclareIncidentRequestType

Parent type: None
Direct sub-types: None
Name DeclareIncidentRequestType
Abstract no
XML Instance Representation
<...>
<idc:RequestContext> idc:RequestContextType </idc:RequestContext> [1] ?
<idc:Job> idc:JobType </idc:Job> [1] ?
<idc:IncidentDeclaration> id:IncidentDeclarationType </idc:IncidentDeclaration> [1] ?
</...>
Schema Component Representation
<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>
top

Complex Type: DeclareIncidentResponseType

Parent type: None
Direct sub-types: None
Name DeclareIncidentResponseType
Abstract no
XML Instance Representation
<...>
<idc:ResponseContext> idc:ContextBaseType </idc:ResponseContext> [1] ?
<idc:Plausible> idc:PlausibleNotificationsType </idc:Plausible> [1] ?
</...>
Schema Component Representation
<xs:complexType name="DeclareIncidentResponseType">
<xs:sequence>
<xs:element name="ResponseContext" type=" idc:ContextBaseType "/>
<xs:element name="Plausible" type=" idc:PlausibleNotificationsType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ErrorResponseType

Parent type: None
Direct sub-types: None
Name ErrorResponseType
Abstract no
Documentation Info
XML Instance Representation
<...>
<idc:EndUserInformation> xs:string </idc:EndUserInformation> [1] ?
<idc:DetailInformation> xs:string </idc:DetailInformation> [0..1] ?
<idc:FaultInformation> idc:IncidentDeclarationFaultType </idc:FaultInformation> [0..1] ?
</...>
Schema Component Representation
<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>
top

Complex Type: IncidentDeclarationConsumerFaultType

Parent type: None
Direct sub-types: None
Name IncidentDeclarationConsumerFaultType
Abstract no
XML Instance Representation
<...>
<idc:FaultContext> idc:ContextConsumerBaseType </idc:FaultContext> [1] ?
<idc:FaultState> c:FaultStateType </idc:FaultState> [1] ?
</...>
Schema Component Representation
<xs:complexType name="IncidentDeclarationConsumerFaultType">
<xs:sequence>
<xs:element name="FaultContext" type=" idc:ContextConsumerBaseType "/>
<xs:element name="FaultState" type=" c:FaultStateType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: IncidentDeclarationFaultType

Parent type: None
Direct sub-types: None
Name IncidentDeclarationFaultType
Abstract no
XML Instance Representation
<...>
<idc:FaultContext> idc:ContextBaseType </idc:FaultContext> [1] ?
<idc:FaultState> c:FaultStateType </idc:FaultState> [1] ?
</...>
Schema Component Representation
<xs:complexType name="IncidentDeclarationFaultType">
<xs:sequence>
<xs:element name="FaultContext" type=" idc:ContextBaseType "/>
<xs:element name="FaultState" type=" c:FaultStateType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: IncidentStateType

Parent type: None
Direct sub-types: None
Name IncidentStateType
Abstract no
Documentation Translation (de):
Arbeitszustandsdetails

XML Instance Representation
<...>
<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] ?
</...>
Schema Component Representation
<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>
top

Complex Type: InstitutionIdentificationType

Parent type: None
Direct sub-types: None
Name InstitutionIdentificationType
Abstract no
XML Instance Representation
<...>
<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] ?
</...>
Schema Component Representation
<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>
top

Complex Type: JobStateType

Parent type: None
Direct sub-types: None
Name JobStateType
Abstract no
XML Instance Representation
<...>
<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..*] ?
</...>
Schema Component Representation
<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>
top

Complex Type: JobType

Parent type: None
Direct sub-types: None
Name JobType
Abstract no
XML Instance Representation
<...>
<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] ?
</...>
Schema Component Representation
<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>
top

Complex Type: KTG-AMC-IncidentStateType

Parent type: None
Direct sub-types: None
Name KTG-AMC-IncidentStateType
Abstract no
Documentation Translation (de):
Arbeitszustandsdetails

XML Instance Representation
<...>
<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] ?
</...>
Schema Component Representation
<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>
top

Complex Type: KTG-AMC-WorkingStateType

Parent type: None
Direct sub-types:
Name KTG-AMC-WorkingStateType
Abstract no
Documentation Translation (de):
Arbeitszustandsdetails

XML Instance Representation
<...
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
</...>
Schema Component Representation
<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>
top

Complex Type: PlausibleNotificationsType

Parent type: None
Direct sub-types: None
Name PlausibleNotificationsType
Abstract no
XML Instance Representation
<...>
<idc:Info> c:NotificationsType </idc:Info> [0..1] ?
<idc:Warning> c:NotificationsType </idc:Warning> [0..1] ?
<idc:JobState> idc:JobStateType </idc:JobState> [1] ?
</...>
Schema Component Representation
<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>
top

Complex Type: Reduced-KTG-AMC-WorkingStateType

Parent type: idc:KTG-AMC-WorkingStateType (derivation method: restriction)
Direct sub-types: None
Name Reduced-KTG-AMC-WorkingStateType
Abstract no
Documentation Translation (de):
Arbeitszustandsdetails

XML Instance Representation
<...
institutionIDRef=" c:InstanceRefIDType [1]">
Start Choice [1]
<idc:Success> idc:KTG-AMC-IncidentStateType </idc:Success> [1] ?
End Choice
</...>
Schema Component Representation
<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>
top

Complex Type: ReducedWorkingStateType

Parent type: idc:WorkingStateType (derivation method: restriction)
Direct sub-types: None
Name ReducedWorkingStateType
Abstract no
Documentation Translation (de):
Arbeitszustandsdetails

XML Instance Representation
<...
institutionIDRef=" c:InstanceRefIDType [1]">
Start Choice [1]
<idc:Success> idc:IncidentStateType </idc:Success> [1] ?
End Choice
</...>
Schema Component Representation
<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>
top

Complex Type: RequestContextType

Parent type: None
Direct sub-types: None
Name RequestContextType
Abstract no
XML Instance Representation
<...>
<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] ?
</...>
Schema Component Representation
<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>
top

Complex Type: SynchronizeIncidentConsumerType

Parent type: None
Direct sub-types: None
Name SynchronizeIncidentConsumerType
Abstract no
XML Instance Representation
<...>
<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
-->
</idc:IncidentStories> [0..*]
<idc:StoriesWithoutDeclaration> id:StoriesWithoutDeclarationType
<!--
Uniqueness Constraint - WithoutDeclarationConsumerStoryID-Ctrl
Selector - id:*
Field(s) - id: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] ?
</...>
Schema Component Representation
<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"/>
</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="id: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>
top

Complex Type: SynchronizeIncidentRequestType

Parent type: None
Direct sub-types: None
Name SynchronizeIncidentRequestType
Abstract no
XML Instance Representation
<...>
<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
-->
</idc:IncidentStories> [0..*]
<idc:StoriesWithoutDeclaration> id:StoriesWithoutDeclarationType
<!--
Uniqueness Constraint - WithoutDeclarationStoryID-Ctrl
Selector - id:*
Field(s) - id:StoryID
-->
</idc:StoriesWithoutDeclaration> [0..1]
</...>
Schema Component Representation
<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"/>
</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="id:StoryID"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: SynchronizeIncidentResponseType

Parent type: None
Direct sub-types: None
Name SynchronizeIncidentResponseType
Abstract no
XML Instance Representation
<...>
<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]
</...>
Schema Component Representation
<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>
top

Complex Type: UserNotificationType

Parent type: None
Direct sub-types: None
Name UserNotificationType
Abstract no
Documentation Translation (de):
EndBenutzer Benachrichtigung

XML Instance Representation
<...>
<idc:Name> xs:string </idc:Name> [1] ?
<idc:EmailAddress> c:EmailAddressType </idc:EmailAddress> [1] ?
<idc:PhoneNumber> xs:string </idc:PhoneNumber> [1] ?
</...>
Schema Component Representation
<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>
top

Complex Type: WorkingStateType

Parent type: None
Direct sub-types:
Name WorkingStateType
Abstract no
Documentation Translation (de):
Arbeitszustandsdetails

XML Instance Representation
<...
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
</...>
Schema Component Representation
<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>
top

Simple Type: DigitalizationScopeType

Parent type: xs:NMTOKEN (derivation method: restriction)
Direct sub-types: None
Name DigitalizationScopeType
Content
  • Base XSD Type: NMTOKEN
  • value comes from list: {'Basic'|'BasicCoverage'|'BasicCoverageSettlement'|'BasicDialog'|'BasicCoverageDialog'|'BasicCoverageSettlementDialog'}
Schema Component Representation
<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>
top

Simple Type: DomainType

Parent type: xs:NMTOKEN (derivation method: restriction)
Direct sub-types: None
Name DomainType
Content
  • Base XSD Type: NMTOKEN
  • value comes from list: {'UVG-LAA'|'UVGZ-LAAC'|'KU-AC'|'KTG-AMC'}
Schema Component Representation
<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>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Parent type: Address (derivation method: extension)
Direct sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

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.

top