<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="urn:oio:nsi:2.0.0" 
           xmlns:xs="http://www.w3.org/2001/XMLSchema" 
           targetNamespace="urn:oio:nsi:2.0.0" 
           elementFormDefault="qualified"
           xml:lang="EN">
  
	<xs:element name="AdditionalAddressInformationText" type="AdditionalAddressInformationTextType"/>
	<xs:simpleType name="AdditionalAddressInformationTextType">
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="40"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
