|
Namespace |
http://gov.bc.ca/schema |
Diagram
|
|
Type |
addressType |
Properties
|
content |
complex |
minOccurs |
0 |
|
Model
|
formatType{0,1} , description{0,1} , shortDescription{0,1} , deliveryInstructions{0,1} , unitNumber{0,1} , unitType{0,1} , civicNumber{0,1} , civicNumberSuffix{0,1} , civicNumberSuffixType{0,1} , streetName{0,1} , streetType{0,1} , streetDirection{0,1} , lockBoxNumber{0,1} , installationType{0,1} , installationName{0,1} , installationQualifier{0,1} , routeServiceType{0,1} , routeServiceNumber{0,1} , line1{0,1} , line2{0,1} , line3{0,1} , city{0,1} , province{0,1} , provinceStateType{0,1} , postalCode{0,1} , countryType{0,1} , addressDesc{0,1} , addressDescShort{0,1}
|
Children |
addressDesc, addressDescShort, city, civicNumber, civicNumberSuffix, civicNumberSuffixType, countryType, deliveryInstructions, description, formatType, installationName, installationQualifier, installationType, line1, line2, line3, lockBoxNumber, postalCode, province, provinceStateType, routeServiceNumber, routeServiceType, shortDescription, streetDirection, streetName, streetType, unitNumber, unitType |
Instance
|
<deliveryAddress xmlns="http://gov.bc.ca/schema">
<formatType>{0,1}</formatType>
<description>{0,1}</description>
<shortDescription>{0,1}</shortDescription>
<deliveryInstructions>{0,1}</deliveryInstructions>
<unitNumber>{0,1}</unitNumber>
<unitType>{0,1}</unitType>
<civicNumber>{0,1}</civicNumber>
<civicNumberSuffix>{0,1}</civicNumberSuffix>
<civicNumberSuffixType>{0,1}</civicNumberSuffixType>
<streetName>{0,1}</streetName>
<streetType>{0,1}</streetType>
<streetDirection>{0,1}</streetDirection>
<lockBoxNumber>{0,1}</lockBoxNumber>
<installationType>{0,1}</installationType>
<installationName>{0,1}</installationName>
<installationQualifier>{0,1}</installationQualifier>
<routeServiceType>{0,1}</routeServiceType>
<routeServiceNumber>{0,1}</routeServiceNumber>
<line1>{0,1}</line1>
<line2>{0,1}</line2>
<line3>{0,1}</line3>
<city>{0,1}</city>
<province>{0,1}</province>
<provinceStateType>{0,1}</provinceStateType>
<postalCode>{0,1}</postalCode>
<countryType>{0,1}</countryType>
<addressDesc>{0,1}</addressDesc>
<addressDescShort>{0,1}</addressDescShort>
</deliveryAddress>
|
|
Source
|
<xs:element name="deliveryAddress" type="addressType" minOccurs="0"/>
|
|
|
|