complexType PremiumPeriodtype
diagram
namespace http://www.telebib2.org
children PeriodStartDate PeriodEndDate InsuranceObject
used by
complexTypes Prorationtype RenewalPeriodtype
annotation
appinfo
A time period for premium calculation, delimited by a start date and an end date.
appinfo
(PER)
documentation
Identifie une periode de calcul de prime, prorata ou autre.
documentation
Identificeert een premie-berekenings-periode, prorata of andere.
documentation
Period - A time period for premium calculation, delimited by a start date and an end date.
documentation
Premium period
documentation
Premie periode
documentation
Période prime
source <xsd:complexType name="PremiumPeriodtype">
 
<xsd:annotation>
   
<xsd:appinfo source="tb2Semantics">A time period for premium calculation, delimited by a start date and an end date.</xsd:appinfo>
   
<xsd:appinfo source="tb2Edifact">(PER)</xsd:appinfo>
   
<xsd:documentation source="BusinessDefinition" xml:lang="fr">Identifie une periode de calcul de prime, prorata ou autre.</xsd:documentation>
   
<xsd:documentation source="BusinessDefinition" xml:lang="nl">Identificeert een premie-berekenings-periode, prorata of andere.</xsd:documentation>
   
<xsd:documentation source="BusinessDefinition" xml:lang="en">Period - A time period for premium calculation, delimited by a start date and an end date.</xsd:documentation>
   
<xsd:documentation source="BusinessTerm" xml:lang="en">Premium period</xsd:documentation>
   
<xsd:documentation source="BusinessTerm" xml:lang="nl">Premie periode</xsd:documentation>
   
<xsd:documentation source="BusinessTerm" xml:lang="fr">Période prime</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="PeriodStartDate" type="PeriodStartDatetype" minOccurs="0"/>
   
<xsd:element name="PeriodEndDate" type="PeriodEndDatetype" minOccurs="0"/>
   
<xsd:element name="InsuranceObject" type="InsuranceObjecttype" minOccurs="0" maxOccurs="unbounded"/>
 
</xsd:sequence>
</xsd:complexType>

element PremiumPeriodtype/PeriodStartDate
diagram
namespace http://www.telebib2.org
type PeriodStartDatetype
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="PeriodStartDate" type="PeriodStartDatetype" minOccurs="0"/>

element PremiumPeriodtype/PeriodEndDate
diagram
namespace http://www.telebib2.org
type PeriodEndDatetype
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="PeriodEndDate" type="PeriodEndDatetype" minOccurs="0"/>

element PremiumPeriodtype/InsuranceObject
diagram
namespace http://www.telebib2.org
type InsuranceObjecttype
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children InsuranceObjectText InsuranceObjectTreatmentCode InsuranceObjectChangeIndicator ObjectRole
source <xsd:element name="InsuranceObject" type="InsuranceObjecttype" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy