CompleteSCRDelivery

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V7/Portfolio/CompleteSCRDelivery

Diagram

CompleteSCRDelivery

Documentation

EN

A11 - "Y" if all SCR contributions are given for each Portfolio line.
"N" otherwise.

DE

A11 - "Y" wenn alle SCR contributions sind given für jede Portfolio line.
"N" otherwise.

FR

A11 - "Y" si tous SCR contributions sont given pour chaque Portefeuille line.
"N" otherwise.

NL

A11 - "Y" als alle SCR contributions zijn given voor elke Portefeuille line.
"N" otherwise.

Properties

Type
YesNoL1Type
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
Y
Restrictions
Base: xs:string
MinLength: 1
MaxLength: 1
Enumeration:
  • Y
  • N

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="CompleteSCRDelivery"
            type="YesNoL1Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">A11 - "Y" if all SCR contributions are given for each Portfolio line.
 "N" otherwise.</xs:documentation>
      <xs:documentation xml:lang="de">A11 - "Y" wenn alle SCR contributions sind given für jede Portfolio line.
 "N" otherwise.</xs:documentation>
      <xs:documentation xml:lang="fr">A11 - "Y" si tous SCR contributions sont given pour chaque Portefeuille line.
 "N" otherwise.</xs:documentation>
      <xs:documentation xml:lang="nl">A11 - "Y" als alle SCR contributions zijn given voor elke Portefeuille line.
 "N" otherwise.</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (YesNoL1Type)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="YesNoL1Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Flag Y or N</xs:documentation>
      <xs:documentation xml:lang="de">Flag Y oder N</xs:documentation>
      <xs:documentation xml:lang="fr">Indicateur Y ou N</xs:documentation>
      <xs:documentation xml:lang="nl">Vlag Y van N</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:minLength value="1"/>
      <xs:maxLength value="1"/>
      <xs:enumeration value="Y"/>
      <xs:enumeration value="N"/>
   </xs:restriction>
</xs:simpleType>