Schema Component Representation
<
xs:complexType
name="
AddressLink">
<
xs:sequence>
<
xs:element
name="
fromStructureNumber"
type="
Text-name255
"/>
<
xs:element
name="
toStructureNumber"
type="
Text-name255
"/>
<
xs:element
name="
streetInfo"
type="
StreetInfo
"
minOccurs="
0"/>
<
xs:element
name="
direction"
type="
Direction
"
minOccurs="
0"/>
<
xs:element
name="
fromSide"
type="
Side
"
minOccurs="
0"/>
<
xs:element
name="
toSide"
type="
Side
"
minOccurs="
0"/>
<
xs:element
name="
fromHeight"
type="
Height
"
minOccurs="
0"/>
<
xs:element
name="
toHeight"
type="
Height
"
minOccurs="
0"/>
<
xs:element
name="
fromAdminAreas"
type="
AdminAreaGroup
"
minOccurs="
0"/>
<
xs:element
name="
toAdminAreas"
type="
AdminAreaGroup
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>