<SchemaDocumentation xmlns="http://www.altova.com/documentation" xmlns:doc="http://www.altova.com/documentation">
	<Document title="Sample.xsd" application="XMLSpy" homepage="http://www.altova.com/xmlspy"/>
	<DocumentationSettings>
		<Includes index="true" globalAttributes="true" globalElements="true" localAttributes="true" localElements="true" notations="true" simpleTypes="true" complexTypes="true" groups="true" attributeGroups="true" overrides="true" redefines="true" referencedSchemas="true"/>
		<Details diagram="true" namespace="true" type="true" typeAlternatives="true" substitutionGroup="true" children="true" usedBy="true" properties="true" singleFacets="true" patterns="true" enumerations="true" assertions="true" attributes="true" asserts="true" identityConstraints="true" annotations="true" sourceCode="true"/>
	</DocumentationSettings>
	<SchemaDocument schemaLocation="Sample.xsd" href="Sample.xsd" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.xmlspy.com/schemas/orgchart">
		<Element name="Department" id="Link1">
			<Diagram src="Sample_diagrams/Sample_p1.png" width="293" height="179">
				<Area ref="Link2" coords="108,7,108,7"/>
				<Area ref="Link3" coords="177,33,229,53"/>
				<Area ref="Link4" coords="177,65,238,105"/>
				<Area ref="Link5" coords="260,7,260,7"/>
				<Area ref="Link6" coords="177,117,252,157"/>
				<Area ref="Link7" coords="274,7,274,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Reference ref="Link2">DivisionType</Reference>
			</Type>
			<Properties>
				<Property name="content">complex</Property>
			</Properties>
			<Children>
				<Child ref="Link3">Name</Child>
				<Child ref="Link4">Person</Child>
				<Child ref="Link6">Freelance</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="Link8">OfficeType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="Department" type="DivisionType"/>
			</Source>
		</Element>
		<Element name="Desc" id="Link9">
			<Diagram src="Sample_diagrams/Sample_p2.png" width="201" height="50">
				<Area ref="LinkA" coords="122,0,174,40"/>
				<Area ref="LinkB" coords="196,7,196,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Properties>
				<Property name="content">complex</Property>
			</Properties>
			<Children>
				<Child ref="LinkA">para</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="Link8">OfficeType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="Desc">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element ref="para" maxOccurs="unbounded"/>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</Source>
		</Element>
		<Element name="EMail" id="LinkC">
			<Diagram src="Sample_diagrams/Sample_p3.png" width="76" height="34"/>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Reference ref="LinkD">emailType</Reference>
			</Type>
			<Properties>
				<Property name="content">simple</Property>
			</Properties>
			<UsedBy>
				<By type="complexType" ref="Link7">FreelanceType</By>
			</UsedBy>
			<Facets>
				<Facet kind="pattern" value="[\p{L}_-]+(\.[\p{L}_-]+)*@[\p{L}_]+(\.[\p{L}_]+)+"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="EMail" type="emailType"/>
			</Source>
		</Element>
		<Element name="Freelance" id="Link6">
			<Diagram src="Sample_diagrams/Sample_p4.png" width="500" height="407">
				<Area ref="Link7" coords="97,7,97,7"/>
				<Area ref="LinkE" coords="132,60,257,108"/>
				<Area ref="LinkF" coords="132,115,239,163"/>
				<Area ref="Link10" coords="187,231,259,251"/>
				<Area ref="Link11" coords="343,182,465,219"/>
				<Area ref="Link12" coords="343,231,466,268"/>
				<Area ref="Link13" coords="343,280,447,317"/>
				<Area ref="Link14" coords="187,329,239,349"/>
				<Area ref="LinkC" coords="187,361,239,381"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Reference ref="Link7">FreelanceType</Reference>
			</Type>
			<Properties>
				<Property name="content">complex</Property>
			</Properties>
			<Children>
				<Child ref="Link11">First</Child>
				<Child ref="Link12">Last</Child>
				<Child ref="Link13">Title</Child>
				<Child ref="Link14">Phone</Child>
				<Child ref="LinkC">EMail</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="Link2">DivisionType</By>
			</UsedBy>
			<LocalAttributes>
				<LocalAttribute name="id" ref="LinkE" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">A unique ID for each person in the company.</Annotation>
					</Annotations>
				</LocalAttribute>
				<LocalAttribute name="linemanager" ref="LinkF" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">The ID of the direct line manager.</Annotation>
					</Annotations>
				</LocalAttribute>
			</LocalAttributes>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="Freelance" type="FreelanceType"/>
			</Source>
		</Element>
		<Element name="Name" id="Link3">
			<Diagram src="Sample_diagrams/Sample_p5.png" width="76" height="34"/>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Reference>xsd:string</Reference>
			</Type>
			<Properties>
				<Property name="content">simple</Property>
			</Properties>
			<UsedBy>
				<By type="element" ref="Link15">OrgChart</By>
				<By type="complexType" ref="Link2">DivisionType</By>
				<By type="complexType" ref="Link8">OfficeType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="Name" type="xsd:string"/>
			</Source>
		</Element>
		<Element name="OrgChart" id="Link15">
			<Diagram src="Sample_diagrams/Sample_p6.png" width="362" height="244">
				<Area ref="Link16" coords="169,0,270,20"/>
				<Area ref="Link3" coords="169,32,221,52"/>
				<Area ref="Link17" coords="169,64,222,104"/>
				<Area ref="Link8" coords="259,7,259,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Properties>
				<Property name="content">complex</Property>
			</Properties>
			<Children>
				<Child ref="Link16">CompanyLogo</Child>
				<Child ref="Link3">Name</Child>
				<Child ref="Link17">Office</Child>
			</Children>
			<IdentityConstraints>
				<Constraint kind="key" name="UniquePersonId" refer="" selector="Office/Department/Person">
					<Field>@id</Field>
				</Constraint>
			</IdentityConstraints>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="OrgChart">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="CompanyLogo">
								<xsd:complexType>
									<xsd:attribute ref="href"/>
								</xsd:complexType>
							</xsd:element>
							<xsd:element ref="Name"/>
							<xsd:element name="Office" type="OfficeType" maxOccurs="unbounded">
								<xsd:key name="UniqueDepartmentName">
									<xsd:selector xpath="Department"/>
									<xsd:field xpath="Name"/>
								</xsd:key>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
					<xsd:key name="UniquePersonId">
						<xsd:selector xpath="Office/Department/Person"/>
						<xsd:field xpath="@id"/>
					</xsd:key>
				</xsd:element>
			</Source>
			<Element name="OrgChart/CompanyLogo" id="Link16">
				<Diagram src="Sample_diagrams/Sample_p7.png" width="278" height="81">
					<Area ref="Link19" coords="130,27,250,64"/>
				</Diagram>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Properties>
					<Property name="content">complex</Property>
				</Properties>
				<LocalAttributes>
					<LocalAttribute name="href" ref="Link19" use="" default="" fixed="">
						<Type>xsd:anyURI</Type>
						<Annotations>
							<Annotation name="documentation">Reference to an external file</Annotation>
						</Annotations>
					</LocalAttribute>
				</LocalAttributes>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="CompanyLogo">
						<xsd:complexType>
							<xsd:attribute ref="href"/>
						</xsd:complexType>
					</xsd:element>
				</Source>
			</Element>
			<Element name="OrgChart/Office" id="Link17">
				<Diagram src="Sample_diagrams/Sample_p8.png" width="455" height="493">
					<Area ref="Link8" coords="90,7,90,7"/>
					<Area ref="Link3" coords="158,33,210,53"/>
					<Area ref="Link9" coords="158,65,210,85"/>
					<Area ref="Link1A" coords="158,97,221,117"/>
					<Area ref="Link1B" coords="158,145,245,165"/>
					<Area ref="Link1C" coords="329,129,398,149"/>
					<Area ref="Link1D" coords="420,7,420,7"/>
					<Area ref="Link1E" coords="329,161,417,181"/>
					<Area ref="Link1F" coords="439,7,439,7"/>
					<Area ref="Link20" coords="158,193,210,213"/>
					<Area ref="Link21" coords="158,225,210,245"/>
					<Area ref="Link22" coords="158,257,210,277"/>
					<Area ref="Link1" coords="158,289,270,329"/>
					<Area ref="Link2" coords="292,7,292,7"/>
				</Diagram>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference ref="Link8">OfficeType</Reference>
				</Type>
				<Properties>
					<Property name="minOcc">1</Property>
					<Property name="maxOcc">unbounded</Property>
					<Property name="content">complex</Property>
				</Properties>
				<Children>
					<Child ref="Link3">Name</Child>
					<Child ref="Link9">Desc</Child>
					<Child ref="Link1A">Location</Child>
					<Child ref="Link1C">Address</Child>
					<Child ref="Link1E">Address_EU</Child>
					<Child ref="Link20">Phone</Child>
					<Child ref="Link21">Fax</Child>
					<Child ref="Link22">EMail</Child>
					<Child ref="Link1">Department</Child>
				</Children>
				<IdentityConstraints>
					<Constraint kind="key" name="UniqueDepartmentName" refer="" selector="Department">
						<Field>Name</Field>
					</Constraint>
				</IdentityConstraints>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Office" type="OfficeType" maxOccurs="unbounded">
						<xsd:key name="UniqueDepartmentName">
							<xsd:selector xpath="Department"/>
							<xsd:field xpath="Name"/>
						</xsd:key>
					</xsd:element>
				</Source>
			</Element>
		</Element>
		<Element name="para" id="LinkA">
			<Diagram src="Sample_diagrams/Sample_p9.png" width="255" height="143">
				<Area ref="LinkB" coords="74,7,74,7"/>
				<Area ref="Link24" coords="143,33,195,53"/>
				<Area ref="LinkB" coords="217,7,217,7"/>
				<Area ref="Link25" coords="143,65,195,85"/>
				<Area ref="LinkB" coords="217,7,217,7"/>
				<Area ref="Link26" coords="143,97,217,117"/>
				<Area ref="LinkB" coords="239,7,239,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Reference ref="LinkB">TextType</Reference>
			</Type>
			<Properties>
				<Property name="content">complex</Property>
				<Property name="mixed">true</Property>
			</Properties>
			<Children>
				<Child ref="Link24">bold</Child>
				<Child ref="Link25">italic</Child>
				<Child ref="Link26">underline</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link9">Desc</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="para" type="ts:TextType"/>
			</Source>
		</Element>
		<Element name="Person" id="Link4">
			<Diagram src="Sample_diagrams/Sample_p10.png" width="486" height="612">
				<Area ref="Link5" coords="83,7,83,7"/>
				<Area ref="LinkE" coords="118,60,243,108"/>
				<Area ref="LinkF" coords="118,115,225,163"/>
				<Area ref="Link10" coords="173,231,245,251"/>
				<Area ref="Link11" coords="329,182,451,219"/>
				<Area ref="Link12" coords="329,231,452,268"/>
				<Area ref="Link13" coords="329,280,433,317"/>
				<Area ref="Link27" coords="173,329,268,366"/>
				<Area ref="Link28" coords="173,378,287,426"/>
				<Area ref="Link29" coords="173,438,225,458"/>
				<Area ref="Link2A" coords="173,470,228,490"/>
				<Area ref="Link2B" coords="173,502,248,522"/>
				<Area ref="Link2C" coords="173,534,250,554"/>
				<Area ref="Link2D" coords="173,566,244,586"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Extension>
					<Reference ref="Link5">PersonType</Reference>
				</Extension>
			</Type>
			<Properties>
				<Property name="content">complex</Property>
			</Properties>
			<Children>
				<Child ref="Link11">First</Child>
				<Child ref="Link12">Last</Child>
				<Child ref="Link13">Title</Child>
				<Child ref="Link27">Photo</Child>
				<Child ref="Link28">PhoneExt</Child>
				<Child ref="Link29">EMail</Child>
				<Child ref="Link2A">Shares</Child>
				<Child ref="Link2B">LeaveTotal</Child>
				<Child ref="Link2C">LeaveUsed</Child>
				<Child ref="Link2D">LeaveLeft</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="Link2">DivisionType</By>
			</UsedBy>
			<LocalAttributes>
				<LocalAttribute name="id" ref="LinkE" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">A unique ID for each person in the company.</Annotation>
					</Annotations>
				</LocalAttribute>
				<LocalAttribute name="linemanager" ref="LinkF" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">The ID of the direct line manager.</Annotation>
					</Annotations>
				</LocalAttribute>
			</LocalAttributes>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="Person">
					<xsd:complexType>
						<xsd:complexContent>
							<xsd:extension base="PersonType"/>
						</xsd:complexContent>
					</xsd:complexType>
				</xsd:element>
			</Source>
		</Element>
		<Group name="AddressGroup" id="Link1B">
			<Diagram src="Sample_diagrams/Sample_p11.png" width="293" height="66">
				<Area ref="Link1C" coords="181,0,250,20"/>
				<Area ref="Link1D" coords="272,7,272,7"/>
				<Area ref="Link1E" coords="181,32,269,52"/>
				<Area ref="Link1F" coords="291,7,291,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Children>
				<Child ref="Link1C">Address</Child>
				<Child ref="Link1E">Address_EU</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="Link8">OfficeType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:group name="AddressGroup">
					<xsd:choice>
						<xsd:element name="Address" type="ipo:US-Address"/>
						<xsd:element name="Address_EU" type="ipo:EU-Address"/>
					</xsd:choice>
				</xsd:group>
			</Source>
			<Element name="AddressGroup/Address" id="Link1C">
				<Diagram src="Sample_diagrams/Sample_p12.png" width="289" height="207">
					<Area ref="Link1D" coords="91,7,91,7"/>
					<Area ref="Link2E" coords="181,33,248,53"/>
					<Area ref="Link2F" coords="181,65,251,85"/>
					<Area ref="Link30" coords="181,97,236,117"/>
					<Area ref="Link31" coords="181,129,245,149"/>
					<Area ref="Link32" coords="181,161,233,181"/>
				</Diagram>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference ref="Link1D">ipo:US-Address</Reference>
				</Type>
				<Properties>
					<Property name="content">complex</Property>
				</Properties>
				<Children>
					<Child ref="Link2E">ipo:name</Child>
					<Child ref="Link2F">ipo:street</Child>
					<Child ref="Link30">ipo:city</Child>
					<Child ref="Link31">ipo:state</Child>
					<Child ref="Link32">ipo:zip</Child>
				</Children>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Address" type="ipo:US-Address"/>
				</Source>
			</Element>
			<Element name="AddressGroup/Address_EU" id="Link1E">
				<Diagram src="Sample_diagrams/Sample_p13.png" width="312" height="246">
					<Area ref="Link1F" coords="110,7,110,7"/>
					<Area ref="Link33" coords="145,60,228,80"/>
					<Area ref="Link2E" coords="200,103,267,123"/>
					<Area ref="Link2F" coords="200,135,270,155"/>
					<Area ref="Link30" coords="200,167,255,187"/>
					<Area ref="Link34" coords="186,199,274,219"/>
				</Diagram>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference ref="Link1F">ipo:EU-Address</Reference>
				</Type>
				<Properties>
					<Property name="content">complex</Property>
				</Properties>
				<Children>
					<Child ref="Link2E">ipo:name</Child>
					<Child ref="Link2F">ipo:street</Child>
					<Child ref="Link30">ipo:city</Child>
					<Child ref="Link34">ipo:postcode</Child>
				</Children>
				<LocalAttributes>
					<LocalAttribute name="export-code" ref="Link33" use="" default="" fixed="1">
						<Type>xsd:positiveInteger</Type>
					</LocalAttribute>
				</LocalAttributes>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Address_EU" type="ipo:EU-Address"/>
				</Source>
			</Element>
		</Group>
		<Group name="NameGroup" id="Link10">
			<Diagram src="Sample_diagrams/Sample_p14.png" width="307" height="145">
				<Area ref="Link11" coords="164,0,286,37"/>
				<Area ref="Link12" coords="164,49,287,86"/>
				<Area ref="Link13" coords="164,98,268,135"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Children>
				<Child ref="Link11">First</Child>
				<Child ref="Link12">Last</Child>
				<Child ref="Link13">Title</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="Link7">FreelanceType</By>
				<By type="complexType" ref="Link5">PersonType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:group name="NameGroup">
					<xsd:sequence>
						<xsd:element name="First">
							<xsd:annotation>
								<xsd:documentation>First (given) name of person</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:simpleContent>
									<xsd:extension base="xsd:string"/>
								</xsd:simpleContent>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Last" type="xsd:string">
							<xsd:annotation>
								<xsd:documentation>Last (family) name of person</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Title" type="xsd:string" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>Academic (or other) title</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:group>
			</Source>
			<Element name="NameGroup/First" id="Link11">
				<Diagram src="Sample_diagrams/Sample_p15.png" width="142" height="47"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Extension>
						<Reference>xsd:string</Reference>
					</Extension>
				</Type>
				<Properties>
					<Property name="content">complex</Property>
				</Properties>
				<Annotations>
					<Annotation name="documentation">First (given) name of person</Annotation>
				</Annotations>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="First">
						<xsd:annotation>
							<xsd:documentation>First (given) name of person</xsd:documentation>
						</xsd:annotation>
						<xsd:complexType>
							<xsd:simpleContent>
								<xsd:extension base="xsd:string"/>
							</xsd:simpleContent>
						</xsd:complexType>
					</xsd:element>
				</Source>
			</Element>
			<Element name="NameGroup/Last" id="Link12">
				<Diagram src="Sample_diagrams/Sample_p16.png" width="143" height="47"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Annotations>
					<Annotation name="documentation">Last (family) name of person</Annotation>
				</Annotations>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Last" type="xsd:string">
						<xsd:annotation>
							<xsd:documentation>Last (family) name of person</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</Source>
			</Element>
			<Element name="NameGroup/Title" id="Link13">
				<Diagram src="Sample_diagrams/Sample_p17.png" width="124" height="47"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="minOcc">0</Property>
					<Property name="maxOcc">1</Property>
					<Property name="content">simple</Property>
				</Properties>
				<Annotations>
					<Annotation name="documentation">Academic (or other) title</Annotation>
				</Annotations>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Title" type="xsd:string" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Academic (or other) title</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</Source>
			</Element>
		</Group>
		<ComplexType name="DivisionType" id="Link2">
			<Diagram src="Sample_diagrams/Sample_p18.png" width="272" height="134">
				<Area ref="Link3" coords="170,0,222,20"/>
				<Area ref="Link4" coords="170,32,231,72"/>
				<Area ref="Link5" coords="253,7,253,7"/>
				<Area ref="Link6" coords="170,84,245,124"/>
				<Area ref="Link7" coords="267,7,267,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Children>
				<Child ref="Link3">Name</Child>
				<Child ref="Link4">Person</Child>
				<Child ref="Link6">Freelance</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link1">Department</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="DivisionType">
					<xsd:sequence>
						<xsd:element ref="Name"/>
						<xsd:element ref="Person" maxOccurs="unbounded"/>
						<xsd:element ref="Freelance" minOccurs="0" maxOccurs="unbounded"/>
					</xsd:sequence>
				</xsd:complexType>
			</Source>
		</ComplexType>
		<ComplexType name="FreelanceType" id="Link7">
			<Diagram src="Sample_diagrams/Sample_p19.png" width="518" height="397">
				<Area ref="LinkE" coords="172,55,297,103"/>
				<Area ref="LinkF" coords="172,110,279,158"/>
				<Area ref="Link10" coords="219,233,291,253"/>
				<Area ref="Link11" coords="375,184,497,221"/>
				<Area ref="Link12" coords="375,233,498,270"/>
				<Area ref="Link13" coords="375,282,479,319"/>
				<Area ref="Link14" coords="219,331,271,351"/>
				<Area ref="LinkC" coords="219,363,271,383"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Children>
				<Child ref="Link11">First</Child>
				<Child ref="Link12">Last</Child>
				<Child ref="Link13">Title</Child>
				<Child ref="Link14">Phone</Child>
				<Child ref="LinkC">EMail</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link6">Freelance</By>
			</UsedBy>
			<LocalAttributes>
				<LocalAttribute name="id" ref="LinkE" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">A unique ID for each person in the company.</Annotation>
					</Annotations>
				</LocalAttribute>
				<LocalAttribute name="linemanager" ref="LinkF" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">The ID of the direct line manager.</Annotation>
					</Annotations>
				</LocalAttribute>
			</LocalAttributes>
			<Annotations>
				<Annotation name="documentation">A freelance working for the company</Annotation>
			</Annotations>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="FreelanceType">
					<xsd:annotation>
						<xsd:documentation>A freelance working for the company</xsd:documentation>
					</xsd:annotation>
					<xsd:sequence>
						<xsd:group ref="NameGroup"/>
						<xsd:element name="Phone" type="xsd:string"/>
						<xsd:element ref="EMail"/>
					</xsd:sequence>
					<xsd:attributeGroup ref="IdGroup"/>
				</xsd:complexType>
			</Source>
			<Element name="FreelanceType/Phone" id="Link14">
				<Diagram src="Sample_diagrams/Sample_p20.png" width="76" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Phone" type="xsd:string"/>
				</Source>
			</Element>
		</ComplexType>
		<ComplexType name="OfficeType" id="Link8">
			<Diagram src="Sample_diagrams/Sample_p21.png" width="442" height="306">
				<Area ref="Link3" coords="159,0,211,20"/>
				<Area ref="Link9" coords="159,32,211,52"/>
				<Area ref="Link1A" coords="159,64,222,84"/>
				<Area ref="Link1B" coords="159,112,246,132"/>
				<Area ref="Link1C" coords="330,96,399,116"/>
				<Area ref="Link1D" coords="421,7,421,7"/>
				<Area ref="Link1E" coords="330,128,418,148"/>
				<Area ref="Link1F" coords="440,7,440,7"/>
				<Area ref="Link20" coords="159,160,211,180"/>
				<Area ref="Link21" coords="159,192,211,212"/>
				<Area ref="Link22" coords="159,224,211,244"/>
				<Area ref="Link1" coords="159,256,245,296"/>
				<Area ref="Link2" coords="267,7,267,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Children>
				<Child ref="Link3">Name</Child>
				<Child ref="Link9">Desc</Child>
				<Child ref="Link1A">Location</Child>
				<Child ref="Link1C">Address</Child>
				<Child ref="Link1E">Address_EU</Child>
				<Child ref="Link20">Phone</Child>
				<Child ref="Link21">Fax</Child>
				<Child ref="Link22">EMail</Child>
				<Child ref="Link1">Department</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link17">OrgChart/Office</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="OfficeType">
					<xsd:sequence>
						<xsd:element ref="Name"/>
						<xsd:element ref="Desc"/>
						<xsd:element name="Location" type="xsd:string"/>
						<xsd:group ref="AddressGroup"/>
						<xsd:element name="Phone" type="xsd:string"/>
						<xsd:element name="Fax" type="xsd:string"/>
						<xsd:element name="EMail" type="OfficeEMailType"/>
						<xsd:element ref="Department" maxOccurs="unbounded"/>
					</xsd:sequence>
				</xsd:complexType>
			</Source>
			<Element name="OfficeType/Location" id="Link1A">
				<Diagram src="Sample_diagrams/Sample_p22.png" width="87" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Location" type="xsd:string"/>
				</Source>
			</Element>
			<Element name="OfficeType/Phone" id="Link20">
				<Diagram src="Sample_diagrams/Sample_p23.png" width="76" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Phone" type="xsd:string"/>
				</Source>
			</Element>
			<Element name="OfficeType/Fax" id="Link21">
				<Diagram src="Sample_diagrams/Sample_p24.png" width="76" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Fax" type="xsd:string"/>
				</Source>
			</Element>
			<Element name="OfficeType/EMail" id="Link22">
				<Diagram src="Sample_diagrams/Sample_p25.png" width="76" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference ref="Link35">OfficeEMailType</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<UsedBy>
					<By type="complexType" ref="Link7">FreelanceType</By>
				</UsedBy>
				<Facets>
					<Facet kind="pattern" value="[\p{L}_-]+(\.[\p{L}_-]+)*@company\.com"/>
				</Facets>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="EMail" type="OfficeEMailType"/>
				</Source>
			</Element>
		</ComplexType>
		<ComplexType name="PersonType" id="Link5">
			<Diagram src="Sample_diagrams/Sample_p26.png" width="508" height="602">
				<Area ref="LinkE" coords="162,55,287,103"/>
				<Area ref="LinkF" coords="162,110,269,158"/>
				<Area ref="Link10" coords="209,233,281,253"/>
				<Area ref="Link11" coords="365,184,487,221"/>
				<Area ref="Link12" coords="365,233,488,270"/>
				<Area ref="Link13" coords="365,282,469,319"/>
				<Area ref="Link27" coords="209,331,304,368"/>
				<Area ref="Link28" coords="209,380,323,428"/>
				<Area ref="Link29" coords="209,440,261,460"/>
				<Area ref="Link2A" coords="209,472,264,492"/>
				<Area ref="Link2B" coords="209,504,284,524"/>
				<Area ref="Link2C" coords="209,536,286,556"/>
				<Area ref="Link2D" coords="209,568,280,588"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Children>
				<Child ref="Link11">First</Child>
				<Child ref="Link12">Last</Child>
				<Child ref="Link13">Title</Child>
				<Child ref="Link27">Photo</Child>
				<Child ref="Link28">PhoneExt</Child>
				<Child ref="Link29">EMail</Child>
				<Child ref="Link2A">Shares</Child>
				<Child ref="Link2B">LeaveTotal</Child>
				<Child ref="Link2C">LeaveUsed</Child>
				<Child ref="Link2D">LeaveLeft</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link4">Person</By>
			</UsedBy>
			<LocalAttributes>
				<LocalAttribute name="id" ref="LinkE" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">A unique ID for each person in the company.</Annotation>
					</Annotations>
				</LocalAttribute>
				<LocalAttribute name="linemanager" ref="LinkF" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">The ID of the direct line manager.</Annotation>
					</Annotations>
				</LocalAttribute>
			</LocalAttributes>
			<Annotations>
				<Annotation name="documentation">A person working for the company</Annotation>
			</Annotations>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="PersonType">
					<xsd:annotation>
						<xsd:documentation>A person working for the company</xsd:documentation>
					</xsd:annotation>
					<xsd:sequence>
						<xsd:group ref="NameGroup"/>
						<xsd:element name="Photo" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>A photo of the person</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:attribute ref="href"/>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="PhoneExt">
							<xsd:annotation>
								<xsd:documentation>Phone extension for direct dialing</xsd:documentation>
							</xsd:annotation>
							<xsd:simpleType>
								<xsd:restriction base="xsd:int">
									<xsd:pattern value="[0-9]{3}"/>
								</xsd:restriction>
							</xsd:simpleType>
						</xsd:element>
						<xsd:element name="EMail" type="PersonEMailType"/>
						<xsd:element name="Shares" type="xsd:integer" minOccurs="0"/>
						<xsd:element name="LeaveTotal" type="xsd:decimal"/>
						<xsd:element name="LeaveUsed" type="xsd:decimal"/>
						<xsd:element name="LeaveLeft" type="xsd:decimal"/>
					</xsd:sequence>
					<xsd:attributeGroup ref="IdGroup"/>
				</xsd:complexType>
			</Source>
			<Element name="PersonType/Photo" id="Link27">
				<Diagram src="Sample_diagrams/Sample_p27.png" width="272" height="81">
					<Area ref="Link19" coords="124,27,244,64"/>
				</Diagram>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Properties>
					<Property name="minOcc">0</Property>
					<Property name="maxOcc">1</Property>
					<Property name="content">complex</Property>
				</Properties>
				<LocalAttributes>
					<LocalAttribute name="href" ref="Link19" use="" default="" fixed="">
						<Type>xsd:anyURI</Type>
						<Annotations>
							<Annotation name="documentation">Reference to an external file</Annotation>
						</Annotations>
					</LocalAttribute>
				</LocalAttributes>
				<Annotations>
					<Annotation name="documentation">A photo of the person</Annotation>
				</Annotations>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Photo" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>A photo of the person</xsd:documentation>
						</xsd:annotation>
						<xsd:complexType>
							<xsd:attribute ref="href"/>
						</xsd:complexType>
					</xsd:element>
				</Source>
			</Element>
			<Element name="PersonType/PhoneExt" id="Link28">
				<Diagram src="Sample_diagrams/Sample_p28.png" width="134" height="58"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Restriction>
						<Reference>xsd:int</Reference>
					</Restriction>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Facets>
					<Facet kind="pattern" value="[0-9]{3}"/>
				</Facets>
				<Annotations>
					<Annotation name="documentation">Phone extension for direct dialing</Annotation>
				</Annotations>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="PhoneExt">
						<xsd:annotation>
							<xsd:documentation>Phone extension for direct dialing</xsd:documentation>
						</xsd:annotation>
						<xsd:simpleType>
							<xsd:restriction base="xsd:int">
								<xsd:pattern value="[0-9]{3}"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:element>
				</Source>
			</Element>
			<Element name="PersonType/EMail" id="Link29">
				<Diagram src="Sample_diagrams/Sample_p29.png" width="76" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference ref="Link36">PersonEMailType</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<UsedBy>
					<By type="complexType" ref="Link7">FreelanceType</By>
				</UsedBy>
				<Facets>
					<Facet kind="pattern" value="[\p{L}]+\.[\p{L}]+@company\.com"/>
				</Facets>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="EMail" type="PersonEMailType"/>
				</Source>
			</Element>
			<Element name="PersonType/Shares" id="Link2A">
				<Diagram src="Sample_diagrams/Sample_p30.png" width="79" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:integer</Reference>
				</Type>
				<Properties>
					<Property name="minOcc">0</Property>
					<Property name="maxOcc">1</Property>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="Shares" type="xsd:integer" minOccurs="0"/>
				</Source>
			</Element>
			<Element name="PersonType/LeaveTotal" id="Link2B">
				<Diagram src="Sample_diagrams/Sample_p31.png" width="99" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:decimal</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="LeaveTotal" type="xsd:decimal"/>
				</Source>
			</Element>
			<Element name="PersonType/LeaveUsed" id="Link2C">
				<Diagram src="Sample_diagrams/Sample_p32.png" width="101" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:decimal</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="LeaveUsed" type="xsd:decimal"/>
				</Source>
			</Element>
			<Element name="PersonType/LeaveLeft" id="Link2D">
				<Diagram src="Sample_diagrams/Sample_p33.png" width="95" height="34"/>
				<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
				<Type>
					<Reference>xsd:decimal</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="LeaveLeft" type="xsd:decimal"/>
				</Source>
			</Element>
		</ComplexType>
		<SimpleType name="emailType" id="LinkD">
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Restriction>
					<Reference>xsd:string</Reference>
				</Restriction>
			</Type>
			<Properties>
				<Property name="base">xsd:string</Property>
			</Properties>
			<UsedBy>
				<By type="element" ref="LinkC">EMail</By>
				<By type="simpleType" ref="Link35">OfficeEMailType</By>
			</UsedBy>
			<Facets>
				<Facet kind="pattern" value="[\p{L}_-]+(\.[\p{L}_-]+)*@[\p{L}_]+(\.[\p{L}_]+)+"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="emailType">
					<xsd:restriction base="xsd:string">
						<xsd:pattern value="[\p{L}_-]+(\.[\p{L}_-]+)*@[\p{L}_]+(\.[\p{L}_]+)+"/>
					</xsd:restriction>
				</xsd:simpleType>
			</Source>
		</SimpleType>
		<SimpleType name="OfficeEMailType" id="Link35">
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Restriction>
					<Reference ref="LinkD">emailType</Reference>
				</Restriction>
			</Type>
			<Properties>
				<Property name="base">emailType</Property>
			</Properties>
			<UsedBy>
				<By type="element" ref="Link22">OfficeType/EMail</By>
				<By type="simpleType" ref="Link36">PersonEMailType</By>
			</UsedBy>
			<Facets>
				<Facet kind="pattern" value="[\p{L}_-]+(\.[\p{L}_-]+)*@company\.com"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="OfficeEMailType">
					<xsd:restriction base="emailType">
						<xsd:pattern value="[\p{L}_-]+(\.[\p{L}_-]+)*@company\.com"/>
					</xsd:restriction>
				</xsd:simpleType>
			</Source>
		</SimpleType>
		<SimpleType name="PersonEMailType" id="Link36">
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Restriction>
					<Reference ref="Link35">OfficeEMailType</Reference>
				</Restriction>
			</Type>
			<Properties>
				<Property name="base">OfficeEMailType</Property>
			</Properties>
			<UsedBy>
				<By type="element" ref="Link29">PersonType/EMail</By>
			</UsedBy>
			<Facets>
				<Facet kind="pattern" value="[\p{L}]+\.[\p{L}]+@company\.com"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="PersonEMailType">
					<xsd:restriction base="OfficeEMailType">
						<xsd:pattern value="[\p{L}]+\.[\p{L}]+@company\.com"/>
					</xsd:restriction>
				</xsd:simpleType>
			</Source>
		</SimpleType>
		<Attribute name="href" id="Link19">
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Type>
				<Reference>xsd:anyURI</Reference>
			</Type>
			<UsedBy>
				<By type="element" ref="Link16">OrgChart/CompanyLogo</By>
				<By type="element" ref="Link27">PersonType/Photo</By>
			</UsedBy>
			<Annotations>
				<Annotation name="documentation">Reference to an external file</Annotation>
			</Annotations>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:attribute name="href" type="xsd:anyURI">
					<xsd:annotation>
						<xsd:documentation>Reference to an external file</xsd:documentation>
					</xsd:annotation>
				</xsd:attribute>
			</Source>
		</Attribute>
		<AttributeGroup name="IdGroup" id="Link37">
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<UsedBy>
				<By type="complexType" ref="Link7">FreelanceType</By>
				<By type="complexType" ref="Link5">PersonType</By>
			</UsedBy>
			<LocalAttributes>
				<LocalAttribute name="id" ref="LinkE" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">A unique ID for each person in the company.</Annotation>
					</Annotations>
				</LocalAttribute>
				<LocalAttribute name="linemanager" ref="LinkF" use="required" default="" fixed="">
					<Type>xsd:integer</Type>
					<Annotations>
						<Annotation name="documentation">The ID of the direct line manager.</Annotation>
					</Annotations>
				</LocalAttribute>
			</LocalAttributes>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:attributeGroup name="IdGroup">
					<xsd:attribute name="id" type="xsd:integer" use="required">
						<xsd:annotation>
							<xsd:documentation>A unique ID for each person in the company.</xsd:documentation>
						</xsd:annotation>
					</xsd:attribute>
					<xsd:attribute name="linemanager" type="xsd:integer" use="required">
						<xsd:annotation>
							<xsd:documentation>The ID of the direct line manager.</xsd:documentation>
						</xsd:annotation>
					</xsd:attribute>
				</xsd:attributeGroup>
			</Source>
			<Attribute name="IdGroup/@id" id="LinkE">
				<Type>
					<Reference>xsd:integer</Reference>
				</Type>
				<Properties>
					<Property name="use">required</Property>
				</Properties>
				<Annotations>
					<Annotation name="documentation">A unique ID for each person in the company.</Annotation>
				</Annotations>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:attribute name="id" type="xsd:integer" use="required">
						<xsd:annotation>
							<xsd:documentation>A unique ID for each person in the company.</xsd:documentation>
						</xsd:annotation>
					</xsd:attribute>
				</Source>
			</Attribute>
			<Attribute name="IdGroup/@linemanager" id="LinkF">
				<Type>
					<Reference>xsd:integer</Reference>
				</Type>
				<Properties>
					<Property name="use">required</Property>
				</Properties>
				<Annotations>
					<Annotation name="documentation">The ID of the direct line manager.</Annotation>
				</Annotations>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:attribute name="linemanager" type="xsd:integer" use="required">
						<xsd:annotation>
							<xsd:documentation>The ID of the direct line manager.</xsd:documentation>
						</xsd:annotation>
					</xsd:attribute>
				</Source>
			</Attribute>
		</AttributeGroup>
		<Notation name="Altova-Orgchart" id="Link38">
			<Namespace>http://www.xmlspy.com/schemas/orgchart</Namespace>
			<Properties>
				<Property name="public">http://www.xmlspy.com/schemas/Altova/orgchart</Property>
			</Properties>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:notation name="Altova-Orgchart" public="http://www.xmlspy.com/schemas/Altova/orgchart"/>
			</Source>
		</Notation>
	</SchemaDocument>
	<SchemaDocument schemaLocation="address.xsd" href="address.xsd" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.altova.com/IPO">
		<ComplexType name="Address" id="Link39">
			<Diagram src="Sample_diagrams/Sample_p34.png" width="243" height="98">
				<Area ref="Link2E" coords="149,0,216,20"/>
				<Area ref="Link2F" coords="149,32,219,52"/>
				<Area ref="Link30" coords="149,64,204,84"/>
			</Diagram>
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Children>
				<Child ref="Link2E">ipo:name</Child>
				<Child ref="Link2F">ipo:street</Child>
				<Child ref="Link30">ipo:city</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="Link1F">EU-Address</By>
				<By type="complexType" ref="Link1D">US-Address</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="Address">
					<xsd:sequence>
						<xsd:element name="name" type="string" minOccurs="0"/>
						<xsd:element name="street" type="string"/>
						<xsd:element name="city" type="string"/>
					</xsd:sequence>
				</xsd:complexType>
			</Source>
			<Element name="Address/name" id="Link2E">
				<Diagram src="Sample_diagrams/Sample_p35.png" width="91" height="34"/>
				<Namespace>http://www.altova.com/IPO</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="minOcc">0</Property>
					<Property name="maxOcc">1</Property>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="name" type="string" minOccurs="0"/>
				</Source>
			</Element>
			<Element name="Address/street" id="Link2F">
				<Diagram src="Sample_diagrams/Sample_p36.png" width="94" height="34"/>
				<Namespace>http://www.altova.com/IPO</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="street" type="string"/>
				</Source>
			</Element>
			<Element name="Address/city" id="Link30">
				<Diagram src="Sample_diagrams/Sample_p37.png" width="79" height="34"/>
				<Namespace>http://www.altova.com/IPO</Namespace>
				<Type>
					<Reference>xsd:string</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="city" type="string"/>
				</Source>
			</Element>
		</ComplexType>
		<ComplexType name="EU-Address" id="Link1F">
			<Diagram src="Sample_diagrams/Sample_p38.png" width="306" height="250">
				<Area ref="Link39" coords="104,7,104,7"/>
				<Area ref="Link2E" coords="194,33,261,53"/>
				<Area ref="Link2F" coords="194,65,264,85"/>
				<Area ref="Link30" coords="194,97,249,117"/>
				<Area ref="Link33" coords="139,172,222,192"/>
				<Area ref="Link34" coords="180,215,268,235"/>
			</Diagram>
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Type>
				<Extension>
					<Reference ref="Link39">ipo:Address</Reference>
				</Extension>
			</Type>
			<Properties>
				<Property name="base">ipo:Address</Property>
			</Properties>
			<Children>
				<Child ref="Link2E">ipo:name</Child>
				<Child ref="Link2F">ipo:street</Child>
				<Child ref="Link30">ipo:city</Child>
				<Child ref="Link34">ipo:postcode</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link1E">AddressGroup/Address_EU</By>
			</UsedBy>
			<LocalAttributes>
				<LocalAttribute name="export-code" ref="Link33" use="" default="" fixed="1">
					<Type>xsd:positiveInteger</Type>
				</LocalAttribute>
			</LocalAttributes>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="EU-Address">
					<xsd:complexContent>
						<xsd:extension base="ipo:Address">
							<xsd:sequence>
								<xsd:element name="postcode" type="ipo:EU-Postcode"/>
							</xsd:sequence>
							<xsd:attribute name="export-code" type="positiveInteger" fixed="1"/>
						</xsd:extension>
					</xsd:complexContent>
				</xsd:complexType>
			</Source>
			<Attribute name="EU-Address/@export-code" id="Link33">
				<Type>
					<Reference>xsd:positiveInteger</Reference>
				</Type>
				<Properties>
					<Property name="fixed">1</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:attribute name="export-code" type="positiveInteger" fixed="1"/>
				</Source>
			</Attribute>
			<Element name="EU-Address/postcode" id="Link34">
				<Diagram src="Sample_diagrams/Sample_p39.png" width="112" height="34"/>
				<Namespace>http://www.altova.com/IPO</Namespace>
				<Type>
					<Reference ref="Link3A">ipo:EU-Postcode</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="postcode" type="ipo:EU-Postcode"/>
				</Source>
			</Element>
		</ComplexType>
		<ComplexType name="US-Address" id="Link1D">
			<Diagram src="Sample_diagrams/Sample_p40.png" width="303" height="211">
				<Area ref="Link39" coords="105,7,105,7"/>
				<Area ref="Link2E" coords="195,33,262,53"/>
				<Area ref="Link2F" coords="195,65,265,85"/>
				<Area ref="Link30" coords="195,97,250,117"/>
				<Area ref="Link31" coords="195,145,259,165"/>
				<Area ref="Link32" coords="195,177,247,197"/>
			</Diagram>
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Type>
				<Extension>
					<Reference ref="Link39">ipo:Address</Reference>
				</Extension>
			</Type>
			<Properties>
				<Property name="base">ipo:Address</Property>
			</Properties>
			<Children>
				<Child ref="Link2E">ipo:name</Child>
				<Child ref="Link2F">ipo:street</Child>
				<Child ref="Link30">ipo:city</Child>
				<Child ref="Link31">ipo:state</Child>
				<Child ref="Link32">ipo:zip</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link1C">AddressGroup/Address</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="US-Address">
					<xsd:complexContent>
						<xsd:extension base="ipo:Address">
							<xsd:sequence>
								<xsd:element name="state" type="ipo:US-State"/>
								<xsd:element name="zip" type="positiveInteger"/>
							</xsd:sequence>
						</xsd:extension>
					</xsd:complexContent>
				</xsd:complexType>
			</Source>
			<Element name="US-Address/state" id="Link31">
				<Diagram src="Sample_diagrams/Sample_p41.png" width="88" height="34"/>
				<Namespace>http://www.altova.com/IPO</Namespace>
				<Type>
					<Reference ref="Link3B">ipo:US-State</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Facets>
					<Facet kind="enumeration" value="AK"/>
					<Facet kind="enumeration" value="AL"/>
					<Facet kind="enumeration" value="AR"/>
					<Facet kind="enumeration" value="AZ"/>
					<Facet kind="enumeration" value="CA"/>
					<Facet kind="enumeration" value="CO"/>
					<Facet kind="enumeration" value="CT"/>
					<Facet kind="enumeration" value="DC"/>
					<Facet kind="enumeration" value="DE"/>
					<Facet kind="enumeration" value="FL"/>
					<Facet kind="enumeration" value="GA"/>
					<Facet kind="enumeration" value="GU"/>
					<Facet kind="enumeration" value="HI"/>
					<Facet kind="enumeration" value="IA"/>
					<Facet kind="enumeration" value="ID"/>
					<Facet kind="enumeration" value="IL"/>
					<Facet kind="enumeration" value="IN"/>
					<Facet kind="enumeration" value="KS"/>
					<Facet kind="enumeration" value="KY"/>
					<Facet kind="enumeration" value="LA"/>
					<Facet kind="enumeration" value="MA"/>
					<Facet kind="enumeration" value="MD"/>
					<Facet kind="enumeration" value="ME"/>
					<Facet kind="enumeration" value="MI"/>
					<Facet kind="enumeration" value="MN"/>
					<Facet kind="enumeration" value="MO"/>
					<Facet kind="enumeration" value="MS"/>
					<Facet kind="enumeration" value="MT"/>
					<Facet kind="enumeration" value="NC"/>
					<Facet kind="enumeration" value="ND"/>
					<Facet kind="enumeration" value="NE"/>
					<Facet kind="enumeration" value="NH"/>
					<Facet kind="enumeration" value="NJ"/>
					<Facet kind="enumeration" value="NM"/>
					<Facet kind="enumeration" value="NV"/>
					<Facet kind="enumeration" value="NY"/>
					<Facet kind="enumeration" value="OH"/>
					<Facet kind="enumeration" value="OK"/>
					<Facet kind="enumeration" value="OR"/>
					<Facet kind="enumeration" value="PA"/>
					<Facet kind="enumeration" value="PR"/>
					<Facet kind="enumeration" value="RI"/>
					<Facet kind="enumeration" value="SC"/>
					<Facet kind="enumeration" value="SD"/>
					<Facet kind="enumeration" value="TN"/>
					<Facet kind="enumeration" value="TX"/>
					<Facet kind="enumeration" value="UT"/>
					<Facet kind="enumeration" value="VA"/>
					<Facet kind="enumeration" value="VI"/>
					<Facet kind="enumeration" value="VT"/>
					<Facet kind="enumeration" value="WA"/>
					<Facet kind="enumeration" value="WI"/>
					<Facet kind="enumeration" value="WV"/>
					<Facet kind="enumeration" value="WY"/>
				</Facets>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="state" type="ipo:US-State"/>
				</Source>
			</Element>
			<Element name="US-Address/zip" id="Link32">
				<Diagram src="Sample_diagrams/Sample_p42.png" width="76" height="34"/>
				<Namespace>http://www.altova.com/IPO</Namespace>
				<Type>
					<Reference>xsd:positiveInteger</Reference>
				</Type>
				<Properties>
					<Property name="content">simple</Property>
				</Properties>
				<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
					<xsd:element name="zip" type="positiveInteger"/>
				</Source>
			</Element>
		</ComplexType>
		<SimpleType name="AT-Postcode" id="Link3C">
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Type>
				<Restriction>
					<Reference ref="Link3A">ipo:EU-Postcode</Reference>
				</Restriction>
			</Type>
			<Properties>
				<Property name="base">ipo:EU-Postcode</Property>
			</Properties>
			<Facets>
				<Facet kind="pattern" value="AT \p{Nd}{4}"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="AT-Postcode">
					<xsd:restriction base="ipo:EU-Postcode">
						<xsd:pattern value="AT \p{Nd}{4}"/>
					</xsd:restriction>
				</xsd:simpleType>
			</Source>
		</SimpleType>
		<SimpleType name="DE-Postcode" id="Link3D">
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Type>
				<Restriction>
					<Reference ref="Link3A">ipo:EU-Postcode</Reference>
				</Restriction>
			</Type>
			<Properties>
				<Property name="base">ipo:EU-Postcode</Property>
			</Properties>
			<Facets>
				<Facet kind="pattern" value="DE \p{Nd}{5}"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="DE-Postcode">
					<xsd:restriction base="ipo:EU-Postcode">
						<xsd:pattern value="DE \p{Nd}{5}"/>
					</xsd:restriction>
				</xsd:simpleType>
			</Source>
		</SimpleType>
		<SimpleType name="EU-Postcode" id="Link3A">
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Type>
				<Reference>xsd:string</Reference>
			</Type>
			<Properties>
				<Property name="base">string</Property>
			</Properties>
			<UsedBy>
				<By type="element" ref="Link34">EU-Address/postcode</By>
				<By type="simpleType" ref="Link3C">AT-Postcode</By>
				<By type="simpleType" ref="Link3D">DE-Postcode</By>
				<By type="simpleType" ref="Link3E">UK-Postcode</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="EU-Postcode">
					<xsd:restriction base="string"/>
					<!-- and so on ... -->
				</xsd:simpleType>
			</Source>
		</SimpleType>
		<SimpleType name="UK-Postcode" id="Link3E">
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Type>
				<Restriction>
					<Reference ref="Link3A">ipo:EU-Postcode</Reference>
				</Restriction>
			</Type>
			<Properties>
				<Property name="base">ipo:EU-Postcode</Property>
			</Properties>
			<Facets>
				<Facet kind="pattern" value="GB \p{Lu}\p{Lu}?\p{Nd}[\p{Lu}\p{Nd}]? \p{Nd}\p{Lu}\p{Lu}"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="UK-Postcode">
					<xsd:restriction base="ipo:EU-Postcode">
						<xsd:pattern value="GB \p{Lu}\p{Lu}?\p{Nd}[\p{Lu}\p{Nd}]? \p{Nd}\p{Lu}\p{Lu}"/>
					</xsd:restriction>
				</xsd:simpleType>
			</Source>
		</SimpleType>
		<SimpleType name="US-State" id="Link3B">
			<Namespace>http://www.altova.com/IPO</Namespace>
			<Type>
				<Restriction>
					<Reference>xsd:string</Reference>
				</Restriction>
			</Type>
			<Properties>
				<Property name="base">string</Property>
			</Properties>
			<UsedBy>
				<By type="element" ref="Link31">US-Address/state</By>
			</UsedBy>
			<Facets>
				<Facet kind="enumeration" value="AK"/>
				<Facet kind="enumeration" value="AL"/>
				<Facet kind="enumeration" value="AR"/>
				<Facet kind="enumeration" value="AZ"/>
				<Facet kind="enumeration" value="CA"/>
				<Facet kind="enumeration" value="CO"/>
				<Facet kind="enumeration" value="CT"/>
				<Facet kind="enumeration" value="DC"/>
				<Facet kind="enumeration" value="DE"/>
				<Facet kind="enumeration" value="FL"/>
				<Facet kind="enumeration" value="GA"/>
				<Facet kind="enumeration" value="GU"/>
				<Facet kind="enumeration" value="HI"/>
				<Facet kind="enumeration" value="IA"/>
				<Facet kind="enumeration" value="ID"/>
				<Facet kind="enumeration" value="IL"/>
				<Facet kind="enumeration" value="IN"/>
				<Facet kind="enumeration" value="KS"/>
				<Facet kind="enumeration" value="KY"/>
				<Facet kind="enumeration" value="LA"/>
				<Facet kind="enumeration" value="MA"/>
				<Facet kind="enumeration" value="MD"/>
				<Facet kind="enumeration" value="ME"/>
				<Facet kind="enumeration" value="MI"/>
				<Facet kind="enumeration" value="MN"/>
				<Facet kind="enumeration" value="MO"/>
				<Facet kind="enumeration" value="MS"/>
				<Facet kind="enumeration" value="MT"/>
				<Facet kind="enumeration" value="NC"/>
				<Facet kind="enumeration" value="ND"/>
				<Facet kind="enumeration" value="NE"/>
				<Facet kind="enumeration" value="NH"/>
				<Facet kind="enumeration" value="NJ"/>
				<Facet kind="enumeration" value="NM"/>
				<Facet kind="enumeration" value="NV"/>
				<Facet kind="enumeration" value="NY"/>
				<Facet kind="enumeration" value="OH"/>
				<Facet kind="enumeration" value="OK"/>
				<Facet kind="enumeration" value="OR"/>
				<Facet kind="enumeration" value="PA"/>
				<Facet kind="enumeration" value="PR"/>
				<Facet kind="enumeration" value="RI"/>
				<Facet kind="enumeration" value="SC"/>
				<Facet kind="enumeration" value="SD"/>
				<Facet kind="enumeration" value="TN"/>
				<Facet kind="enumeration" value="TX"/>
				<Facet kind="enumeration" value="UT"/>
				<Facet kind="enumeration" value="VA"/>
				<Facet kind="enumeration" value="VI"/>
				<Facet kind="enumeration" value="VT"/>
				<Facet kind="enumeration" value="WA"/>
				<Facet kind="enumeration" value="WI"/>
				<Facet kind="enumeration" value="WV"/>
				<Facet kind="enumeration" value="WY"/>
			</Facets>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:simpleType name="US-State">
					<xsd:restriction base="string">
						<xsd:enumeration value="AK"/>
						<xsd:enumeration value="AL"/>
						<xsd:enumeration value="AR"/>
						<xsd:enumeration value="AZ"/>
						<xsd:enumeration value="CA"/>
						<xsd:enumeration value="CO"/>
						<xsd:enumeration value="CT"/>
						<xsd:enumeration value="DC"/>
						<xsd:enumeration value="DE"/>
						<xsd:enumeration value="FL"/>
						<xsd:enumeration value="GA"/>
						<xsd:enumeration value="GU"/>
						<xsd:enumeration value="HI"/>
						<xsd:enumeration value="IA"/>
						<xsd:enumeration value="ID"/>
						<xsd:enumeration value="IL"/>
						<xsd:enumeration value="IN"/>
						<xsd:enumeration value="KS"/>
						<xsd:enumeration value="KY"/>
						<xsd:enumeration value="LA"/>
						<xsd:enumeration value="MA"/>
						<xsd:enumeration value="MD"/>
						<xsd:enumeration value="ME"/>
						<xsd:enumeration value="MI"/>
						<xsd:enumeration value="MN"/>
						<xsd:enumeration value="MO"/>
						<xsd:enumeration value="MS"/>
						<xsd:enumeration value="MT"/>
						<xsd:enumeration value="NC"/>
						<xsd:enumeration value="ND"/>
						<xsd:enumeration value="NE"/>
						<xsd:enumeration value="NH"/>
						<xsd:enumeration value="NJ"/>
						<xsd:enumeration value="NM"/>
						<xsd:enumeration value="NV"/>
						<xsd:enumeration value="NY"/>
						<xsd:enumeration value="OH"/>
						<xsd:enumeration value="OK"/>
						<xsd:enumeration value="OR"/>
						<xsd:enumeration value="PA"/>
						<xsd:enumeration value="PR"/>
						<xsd:enumeration value="RI"/>
						<xsd:enumeration value="SC"/>
						<xsd:enumeration value="SD"/>
						<xsd:enumeration value="TN"/>
						<xsd:enumeration value="TX"/>
						<xsd:enumeration value="UT"/>
						<xsd:enumeration value="VA"/>
						<xsd:enumeration value="VI"/>
						<xsd:enumeration value="VT"/>
						<xsd:enumeration value="WA"/>
						<xsd:enumeration value="WI"/>
						<xsd:enumeration value="WV"/>
						<xsd:enumeration value="WY"/>
					</xsd:restriction>
					<!-- and so on ... -->
				</xsd:simpleType>
			</Source>
		</SimpleType>
	</SchemaDocument>
	<SchemaDocument schemaLocation="TextState.xsd" href="TextState.xsd" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.xmlspy.com/schemas/textstate">
		<Element name="bold" id="Link24">
			<Diagram src="Sample_diagrams/Sample_p43.png" width="255" height="143">
				<Area ref="LinkB" coords="74,7,74,7"/>
				<Area ref="Link24" coords="143,33,195,53"/>
				<Area ref="LinkB" coords="217,7,217,7"/>
				<Area ref="Link25" coords="143,65,195,85"/>
				<Area ref="LinkB" coords="217,7,217,7"/>
				<Area ref="Link26" coords="143,97,217,117"/>
				<Area ref="LinkB" coords="239,7,239,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/textstate</Namespace>
			<Type>
				<Reference ref="LinkB">TextType</Reference>
			</Type>
			<Properties>
				<Property name="content">complex</Property>
				<Property name="mixed">true</Property>
			</Properties>
			<Children>
				<Child ref="Link24">bold</Child>
				<Child ref="Link25">italic</Child>
				<Child ref="Link26">underline</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="LinkB">TextType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="bold" type="TextType"/>
			</Source>
		</Element>
		<Element name="italic" id="Link25">
			<Diagram src="Sample_diagrams/Sample_p44.png" width="255" height="143">
				<Area ref="LinkB" coords="74,7,74,7"/>
				<Area ref="Link24" coords="143,33,195,53"/>
				<Area ref="LinkB" coords="217,7,217,7"/>
				<Area ref="Link25" coords="143,65,195,85"/>
				<Area ref="LinkB" coords="217,7,217,7"/>
				<Area ref="Link26" coords="143,97,217,117"/>
				<Area ref="LinkB" coords="239,7,239,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/textstate</Namespace>
			<Type>
				<Reference ref="LinkB">TextType</Reference>
			</Type>
			<Properties>
				<Property name="content">complex</Property>
				<Property name="mixed">true</Property>
			</Properties>
			<Children>
				<Child ref="Link24">bold</Child>
				<Child ref="Link25">italic</Child>
				<Child ref="Link26">underline</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="LinkB">TextType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="italic" type="TextType"/>
			</Source>
		</Element>
		<Element name="underline" id="Link26">
			<Diagram src="Sample_diagrams/Sample_p45.png" width="277" height="143">
				<Area ref="LinkB" coords="96,7,96,7"/>
				<Area ref="Link24" coords="165,33,217,53"/>
				<Area ref="LinkB" coords="239,7,239,7"/>
				<Area ref="Link25" coords="165,65,217,85"/>
				<Area ref="LinkB" coords="239,7,239,7"/>
				<Area ref="Link26" coords="165,97,239,117"/>
				<Area ref="LinkB" coords="261,7,261,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/textstate</Namespace>
			<Type>
				<Reference ref="LinkB">TextType</Reference>
			</Type>
			<Properties>
				<Property name="content">complex</Property>
				<Property name="mixed">true</Property>
			</Properties>
			<Children>
				<Child ref="Link24">bold</Child>
				<Child ref="Link25">italic</Child>
				<Child ref="Link26">underline</Child>
			</Children>
			<UsedBy>
				<By type="complexType" ref="LinkB">TextType</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:element name="underline" type="TextType"/>
			</Source>
		</Element>
		<ComplexType name="TextType" id="LinkB">
			<Diagram src="Sample_diagrams/Sample_p46.png" width="248" height="98">
				<Area ref="Link24" coords="150,0,202,20"/>
				<Area ref="LinkB" coords="224,7,224,7"/>
				<Area ref="Link25" coords="150,32,202,52"/>
				<Area ref="LinkB" coords="224,7,224,7"/>
				<Area ref="Link26" coords="150,64,224,84"/>
				<Area ref="LinkB" coords="246,7,246,7"/>
			</Diagram>
			<Namespace>http://www.xmlspy.com/schemas/textstate</Namespace>
			<Properties>
				<Property name="mixed">true</Property>
			</Properties>
			<Children>
				<Child ref="Link24">bold</Child>
				<Child ref="Link25">italic</Child>
				<Child ref="Link26">underline</Child>
			</Children>
			<UsedBy>
				<By type="element" ref="Link24">bold</By>
				<By type="element" ref="Link25">italic</By>
				<By type="element" ref="LinkA">para</By>
				<By type="element" ref="Link26">underline</By>
			</UsedBy>
			<Source xmlns:xsd="http://www.w3.org/2001/XMLSchema">
				<xsd:complexType name="TextType" mixed="true">
					<xsd:choice minOccurs="0" maxOccurs="unbounded">
						<xsd:element ref="bold"/>
						<xsd:element ref="italic"/>
						<xsd:element ref="underline"/>
					</xsd:choice>
				</xsd:complexType>
			</Source>
		</ComplexType>
	</SchemaDocument>
</SchemaDocumentation>
