Schema BewareControlList_20234.xsd


ROOT ELEMENT BewareControlList
attributeFormDefault unqualified
elementFormDefault qualified
 
Elements  Complex types 
AccountingDate  BewareControlListDetailType 
AttestationStatus  BewareNotificationDetailType 
BewareControlList  FormType 
BewareControlListDetail  ReferenceType 
BewareNotificationDetail 
CompanyID 
DateSubmission 
FilialSecSocNbr 
Form 
FormCreationDate 
FormCreationHour 
Identification 
NOSSRegistrationNbr 
Reference 
ReferenceDate 
ReferenceNbr 
ReferenceOrigin 
ReferenceType 
SocialSecretariatNumber 
TotalNbrNotifications 
TypeForm 


element AccountingDate
diagram BewareControlList_20234_p1.png
type restriction of xs:date
properties
content  simple
used by
complexType  BewareNotificationDetailType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00872
source <xs:element name="AccountingDate">
 
<xs:annotation>
   
<xs:documentation>00872</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element AttestationStatus
diagram BewareControlList_20234_p2.png
type restriction of xs:integer
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  0
annotation
documentation
00110
source <xs:element name="AttestationStatus">
 
<xs:annotation>
   
<xs:documentation>00110</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element BewareControlList
diagram BewareControlList_20234_p3.png
properties
content  complex
children Form
annotation
documentation
90440
source <xs:element name="BewareControlList">
 
<xs:annotation>
   
<xs:documentation>90440</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Form" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element BewareControlListDetail
diagram BewareControlList_20234_p4.png
type extension of BewareControlListDetailType
properties
content  complex
children TotalNbrNotificationsSocialSecretariatNumberDateSubmissionReferenceDateBewareNotificationDetail
used by
element  Form
annotation
documentation
90441
source <xs:element name="BewareControlListDetail">
 
<xs:annotation>
   
<xs:documentation>90441</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="BewareControlListDetailType">
       
<xs:sequence>
         
<xs:element ref="BewareNotificationDetail" minOccurs="0" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element BewareNotificationDetail
diagram BewareControlList_20234_p5.png
type extension of BewareNotificationDetailType
properties
content  complex
children FilialSecSocNbrAccountingDateNOSSRegistrationNbrCompanyIDReference
used by
element  BewareControlListDetail
annotation
documentation
90442
source <xs:element name="BewareNotificationDetail">
 
<xs:annotation>
   
<xs:documentation>90442</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="BewareNotificationDetailType">
       
<xs:sequence>
         
<xs:element ref="Reference"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element CompanyID
diagram BewareControlList_20234_p6.png
type restriction of xs:integer
properties
content  simple
used by
complexType  BewareNotificationDetailType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  1999999943
totalDigits  10
pattern  0|\d{9}|\d{10}
annotation
documentation
00014
appinfo
CompanyID_conversion1
appinfo
xs:companyId
source <xs:element name="CompanyID">
 
<xs:annotation>
   
<xs:documentation>00014</xs:documentation>
   
<xs:appinfo source="ConversionID">CompanyID_conversion1</xs:appinfo>
   
<xs:appinfo source="TDOType">xs:companyId</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1999999943"/>
     
<xs:totalDigits value="10"/>
     
<xs:pattern value="0|\d{9}|\d{10}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DateSubmission
diagram BewareControlList_20234_p7.png
type restriction of xs:date
properties
content  simple
used by
complexType  BewareControlListDetailType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00805
source <xs:element name="DateSubmission">
 
<xs:annotation>
   
<xs:documentation>00805</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FilialSecSocNbr
diagram BewareControlList_20234_p8.png
type restriction of xs:integer
properties
content  simple
used by
complexType  BewareNotificationDetailType
facets
Kind  Value  Annotation
minInclusive  100
maxInclusive  999
totalDigits  3
annotation
documentation
00150
source <xs:element name="FilialSecSocNbr">
 
<xs:annotation>
   
<xs:documentation>00150</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="100"/>
     
<xs:maxInclusive value="999"/>
     
<xs:totalDigits value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Form
diagram BewareControlList_20234_p9.png
type extension of FormType
properties
content  complex
children IdentificationFormCreationDateFormCreationHourAttestationStatusTypeFormReferenceBewareControlListDetail
used by
element  BewareControlList
annotation
documentation
90059
source <xs:element name="Form">
 
<xs:annotation>
   
<xs:documentation>90059</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="FormType">
       
<xs:sequence>
         
<xs:element ref="Reference" maxOccurs="unbounded"/>
         
<xs:element ref="BewareControlListDetail"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element FormCreationDate
diagram BewareControlList_20234_p10.png
type restriction of xs:date
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
00218
appinfo
Date_conversion1
source <xs:element name="FormCreationDate">
 
<xs:annotation>
   
<xs:documentation>00218</xs:documentation>
   
<xs:appinfo source="ConversionID">Date_conversion1</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element FormCreationHour
diagram BewareControlList_20234_p11.png
type restriction of xs:time
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
pattern  \d{2}:\d{2}:\d{2}.\d{3}
annotation
documentation
00299
appinfo
Time_conversion1
source <xs:element name="FormCreationHour">
 
<xs:annotation>
   
<xs:documentation>00299</xs:documentation>
   
<xs:appinfo source="ConversionID">Time_conversion1</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:time">
     
<xs:pattern value="\d{2}:\d{2}:\d{2}.\d{3}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Identification
diagram BewareControlList_20234_p12.png
type restriction of xs:string
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
maxLength  7
enumeration  BEWLST
annotation
documentation
00296
source <xs:element name="Identification">
 
<xs:annotation>
   
<xs:documentation>00296</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="7"/>
     
<xs:enumeration value="BEWLST"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NOSSRegistrationNbr
diagram BewareControlList_20234_p13.png
type restriction of xs:integer
properties
content  simple
used by
complexType  BewareNotificationDetailType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  199999934
totalDigits  9
annotation
documentation
00011
appinfo
Noss_conversion1
appinfo
xs:nossRegistrationNbr
source <xs:element name="NOSSRegistrationNbr">
 
<xs:annotation>
   
<xs:documentation>00011</xs:documentation>
   
<xs:appinfo source="ConversionID">Noss_conversion1</xs:appinfo>
   
<xs:appinfo source="TDOType">xs:nossRegistrationNbr</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="199999934"/>
     
<xs:totalDigits value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Reference
diagram BewareControlList_20234_p14.png
type ReferenceType
properties
content  complex
children ReferenceTypeReferenceOriginReferenceNbr
used by
elements  BewareNotificationDetailForm
annotation
documentation
90082
source <xs:element name="Reference" type="ReferenceType">
 
<xs:annotation>
   
<xs:documentation>90082</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReferenceDate
diagram BewareControlList_20234_p15.png
type restriction of xs:date
properties
content  simple
used by
complexType  BewareControlListDetailType
facets
Kind  Value  Annotation
pattern  \d{4}-\d{2}-\d{2}
annotation
documentation
01032
source <xs:element name="ReferenceDate">
 
<xs:annotation>
   
<xs:documentation>01032</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:date">
     
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReferenceNbr
diagram BewareControlList_20234_p16.png
type restriction of xs:string
properties
content  simple
used by
complexType  ReferenceType
facets
Kind  Value  Annotation
minLength  1
maxLength  20
annotation
documentation
00222
appinfo
TicketNumber_conversion1
source <xs:element name="ReferenceNbr">
 
<xs:annotation>
   
<xs:documentation>00222</xs:documentation>
   
<xs:appinfo source="ConversionID">TicketNumber_conversion1</xs:appinfo>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="20"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReferenceOrigin
diagram BewareControlList_20234_p17.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReferenceType
facets
Kind  Value  Annotation
totalDigits  1
enumeration  2
enumeration  3
annotation
documentation
00298
source <xs:element name="ReferenceOrigin">
 
<xs:annotation>
   
<xs:documentation>00298</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:totalDigits value="1"/>
     
<xs:enumeration value="2"/>
     
<xs:enumeration value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ReferenceType
diagram BewareControlList_20234_p18.png
type restriction of xs:integer
properties
content  simple
used by
complexType  ReferenceType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  9
totalDigits  1
annotation
documentation
00221
source <xs:element name="ReferenceType">
 
<xs:annotation>
   
<xs:documentation>00221</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="9"/>
     
<xs:totalDigits value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SocialSecretariatNumber
diagram BewareControlList_20234_p19.png
type restriction of xs:integer
properties
content  simple
used by
complexType  BewareControlListDetailType
facets
Kind  Value  Annotation
minInclusive  100
maxInclusive  999
totalDigits  3
annotation
documentation
00479
source <xs:element name="SocialSecretariatNumber">
 
<xs:annotation>
   
<xs:documentation>00479</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="100"/>
     
<xs:maxInclusive value="999"/>
     
<xs:totalDigits value="3"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TotalNbrNotifications
diagram BewareControlList_20234_p20.png
type restriction of xs:integer
properties
content  simple
used by
complexType  BewareControlListDetailType
facets
Kind  Value  Annotation
minInclusive  0
maxInclusive  999999
totalDigits  6
annotation
documentation
01033
source <xs:element name="TotalNbrNotifications">
 
<xs:annotation>
   
<xs:documentation>01033</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="999999"/>
     
<xs:totalDigits value="6"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TypeForm
diagram BewareControlList_20234_p21.png
type restriction of xs:string
properties
content  simple
used by
complexType  FormType
facets
Kind  Value  Annotation
maxLength  2
enumeration  SU
annotation
documentation
00297
source <xs:element name="TypeForm">
 
<xs:annotation>
   
<xs:documentation>00297</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="2"/>
     
<xs:enumeration value="SU"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

complexType BewareControlListDetailType
diagram BewareControlList_20234_p22.png
children TotalNbrNotificationsSocialSecretariatNumberDateSubmissionReferenceDate
used by
element  BewareControlListDetail
source <xs:complexType name="BewareControlListDetailType">
 
<xs:sequence>
   
<xs:element ref="TotalNbrNotifications"/>
   
<xs:element ref="SocialSecretariatNumber"/>
   
<xs:element ref="DateSubmission"/>
   
<xs:element ref="ReferenceDate"/>
 
</xs:sequence>
</xs:complexType>

complexType BewareNotificationDetailType
diagram BewareControlList_20234_p23.png
children FilialSecSocNbrAccountingDateNOSSRegistrationNbrCompanyID
used by
element  BewareNotificationDetail
source <xs:complexType name="BewareNotificationDetailType">
 
<xs:sequence>
   
<xs:element ref="FilialSecSocNbr"/>
   
<xs:element ref="AccountingDate" minOccurs="0"/>
   
<xs:element ref="NOSSRegistrationNbr"/>
   
<xs:element ref="CompanyID" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

complexType FormType
diagram BewareControlList_20234_p24.png
children IdentificationFormCreationDateFormCreationHourAttestationStatusTypeForm
used by
element  Form
source <xs:complexType name="FormType">
 
<xs:sequence>
   
<xs:element ref="Identification"/>
   
<xs:element ref="FormCreationDate"/>
   
<xs:element ref="FormCreationHour"/>
   
<xs:element ref="AttestationStatus"/>
   
<xs:element ref="TypeForm"/>
 
</xs:sequence>
</xs:complexType>

complexType ReferenceType
diagram BewareControlList_20234_p25.png
children ReferenceTypeReferenceOriginReferenceNbr
used by
element  Reference
source <xs:complexType name="ReferenceType">
 
<xs:sequence>
   
<xs:element ref="ReferenceType"/>
   
<xs:element ref="ReferenceOrigin"/>
   
<xs:element ref="ReferenceNbr"/>
 
</xs:sequence>
</xs:complexType>


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