Schema Message.xsd


schema location:  Message.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/message
 
Elements 
AuthenticationValidation 
CancelledTitleSearch 
CancelledTitleSearchResult 
LINCNumberTitleSearch 
ParcelGeometrySearch 
ParcelGeometrySearchResult 
ParcelGeometryTitleSearch 
ProductTitleResult 
ShortLegalPlanSearch 
ShortLegalTitleSearch 
TitleDataRequest 
TitleNumberTitleSearch 
TitleProductRequest 
TitleSearchResult 


schema location:  Land.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/land
 
Elements 
CancelledDate 
CancelledLevel 
CancelledTitleDetail 
CancelledTitles 
ChangeDate 
LINC 
LINCNumber 
MultipleLINCAssociation 
RegistrationDate 
RightsType 
ShortLegal 
Title 
TitleDetail 
TitleNumber 
Titles 
TitleType 


schema location:  Location.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/loc
 
Elements 
Block 
ComplexATS 
ComplexBlock 
ComplexLot 
ComplexPBL 
ComplexQuarterSection 
ComplexSection 
Lot 
Meridian 
NonStandardATS 
Plan 
PlanNumber 
QuarterSection 
Range 
Section 
SettlementLot 
SettlementName 
SimpleATS 
SurveyLotNumber 
SurveyLotType 
Township 


schema location:  Geometry.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/geom
 
Attributes  Elements 
IsHole  Coordinates 
Projection  LineBuffer 
PointRadius 
Polygon 
PolygonDetail 
Polygons 
Radius 


schema location:  Application.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/app
 
Attributes  Elements 
Count  Message 
ItemStatusCode  Messages 
ItemStatusDescription 
SearchDirection 
SearchReturnType 
StatusCode 
StatusDescription 


schema location:  Product.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/prod
 
Attributes  Elements 
TitleDataEncoding  ASCIIDelimited 
TitleFormat  ASCIIText 
TitlePaperClipEncoding  Order 
OrderedTitles 
PDF 


schema location:  Security.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/sec
 
Attributes  Elements 
ClientCertificateFound  ClientCertificateSerialNumber 
IsAuthenticated  SignatureCertificateDisplayName 
SignatureCertificateFound  UserName 


schema location:  Core.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://alta.registries.gov.ab.ca/spinii/webservice/core
 
Attributes  Elements 
BinaryLength  BinaryData 
PlainTextData 


element AuthenticationValidation
diagram Message_p1.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children sec:UserName sec:ClientCertificateSerialNumber sec:SignatureCertificateDisplayName app:Messages
attributes
Name  Type  Use  Default  Fixed  annotation
SignatureCertificateFoundrequired      
documentation
True if a signature certificate is found
ClientCertificateFoundrequired      
documentation
True if a client certificate is found
IsAuthenticatedrequired      
documentation
True if the user has been authenticated
StatusCoderequired      
documentation
The status code of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
StatusDescriptionrequired      
documentation
The status description of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
annotation
documentation
Primarily used for testing purposes, however the Authentication Validation can be used to report on user accont details.  Validates the use of the assigned certificate for signature and authentication processing
source <xs:element name="AuthenticationValidation">
 
<xs:annotation>
   
<xs:documentation>Primarily used for testing purposes, however the Authentication Validation can be used to report on user accont details.  Validates the use of the assigned certificate for signature and authentication processing </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="sec:UserName" minOccurs="0"/>
     
<xs:element ref="sec:ClientCertificateSerialNumber" minOccurs="0"/>
     
<xs:element ref="sec:SignatureCertificateDisplayName" minOccurs="0"/>
     
<xs:element ref="app:Messages" minOccurs="0"/>
   
</xs:sequence>
   
<xs:attribute ref="sec:SignatureCertificateFound" use="required"/>
   
<xs:attribute ref="sec:ClientCertificateFound" use="required"/>
   
<xs:attribute ref="sec:IsAuthenticated" use="required"/>
   
<xs:attribute ref="app:StatusCode" use="required"/>
   
<xs:attribute ref="app:StatusDescription" use="required"/>
 
</xs:complexType>
</xs:element>

element CancelledTitleSearch
diagram Message_p2.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:Title
attributes
Name  Type  Use  Default  Fixed  annotation
SearchReturnType  List    
documentation
For 'Count', a count of search results is returned in the response.  For 'List', the detailed search results are returned in the response with a corresponding count.
annotation
documentation
A Cancelled Title search request by Title Number
source <xs:element name="CancelledTitleSearch">
 
<xs:annotation>
   
<xs:documentation>A Cancelled Title search request by Title Number</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:Title"/>
   
</xs:sequence>
   
<xs:attribute ref="app:SearchReturnType"/>
 
</xs:complexType>
</xs:element>

element CancelledTitleSearchResult
diagram Message_p3.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:CancelledTitles app:Messages
attributes
Name  Type  Use  Default  Fixed  annotation
StatusCoderequired      
documentation
The status code of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
StatusDescriptionrequired      
documentation
The status description of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
annotation
documentation
The result of a cancelled title search
source <xs:element name="CancelledTitleSearchResult">
 
<xs:annotation>
   
<xs:documentation>The result of a cancelled title search</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:CancelledTitles" minOccurs="0" maxOccurs="2"/>
     
<xs:element ref="app:Messages" minOccurs="0"/>
   
</xs:sequence>
   
<xs:attribute ref="app:StatusCode" use="required"/>
   
<xs:attribute ref="app:StatusDescription" use="required"/>
 
</xs:complexType>
</xs:element>

element LINCNumberTitleSearch
diagram Message_p4.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:RightsType land:ChangeDate land:LINC
attributes
Name  Type  Use  Default  Fixed  annotation
SearchReturnType  List    
documentation
For 'Count', a count of search results is returned in the response.  For 'List', the detailed search results are returned in the response with a corresponding count.
annotation
documentation
A Current Title search request by LINC number
source <xs:element name="LINCNumberTitleSearch">
 
<xs:annotation>
   
<xs:documentation>A Current Title search request by LINC number</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:RightsType" minOccurs="0"/>
     
<xs:element ref="land:ChangeDate" minOccurs="0"/>
     
<xs:element ref="land:LINC" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute ref="app:SearchReturnType"/>
 
</xs:complexType>
</xs:element>

element ParcelGeometrySearch
diagram Message_p5.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:LINC
attributes
Name  Type  Use  Default  Fixed  annotation
Projection  10TMNAD83    
documentation
The projection of the coordinates (i.e. the coordinate system).
annotation
documentation
A search for parcel geomery by LINC number
source <xs:element name="ParcelGeometrySearch">
 
<xs:annotation>
   
<xs:documentation>A search for parcel geomery by LINC number</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:LINC" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute ref="geom:Projection"/>
 
</xs:complexType>
</xs:element>

element ParcelGeometrySearchResult
diagram Message_p6.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children geom:Polygons app:Messages
attributes
Name  Type  Use  Default  Fixed  annotation
StatusCoderequired      
documentation
The status code of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
StatusDescriptionrequired      
documentation
The status description of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
annotation
documentation
The result of a parcel geometry search
source <xs:element name="ParcelGeometrySearchResult">
 
<xs:annotation>
   
<xs:documentation>The result of a parcel geometry search</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="geom:Polygons" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="app:Messages" minOccurs="0"/>
   
</xs:sequence>
   
<xs:attribute ref="app:StatusCode" use="required"/>
   
<xs:attribute ref="app:StatusDescription" use="required"/>
 
</xs:complexType>
</xs:element>

element ParcelGeometryTitleSearch
diagram Message_p7.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:RightsType land:ChangeDate geom:Polygon geom:LineBuffer geom:PointRadius loc:SimpleATS
attributes
Name  Type  Use  Default  Fixed  annotation
SearchReturnTypeoptional  List    
documentation
For 'Count', a count of search results is returned in the response.  For 'List', the detailed search results are returned in the response with a corresponding count.
annotation
documentation
A Title search request by a Polygon, Line and Buffer, Point and Radius, or Spatial ATS
source <xs:element name="ParcelGeometryTitleSearch">
 
<xs:annotation>
   
<xs:documentation>A Title search request by a Polygon, Line and Buffer, Point and Radius, or Spatial ATS</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice maxOccurs="unbounded">
     
<xs:element ref="land:RightsType" minOccurs="0"/>
     
<xs:element ref="land:ChangeDate" minOccurs="0"/>
     
<xs:element ref="geom:Polygon" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="geom:LineBuffer" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="geom:PointRadius" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="loc:SimpleATS" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:choice>
   
<xs:attribute ref="app:SearchReturnType" use="optional"/>
 
</xs:complexType>
</xs:element>

element ProductTitleResult
diagram Message_p8.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children prod:Order prod:OrderedTitles app:Messages
attributes
Name  Type  Use  Default  Fixed  annotation
StatusCoderequired      
documentation
The status code of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
StatusDescriptionrequired      
documentation
The status description of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
annotation
documentation
A produced order for a Title Data or Title Product request
source <xs:element name="ProductTitleResult">
 
<xs:annotation>
   
<xs:documentation>A produced order for a Title Data or Title Product request</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="2">
     
<xs:element ref="prod:Order" minOccurs="0"/>
     
<xs:element ref="prod:OrderedTitles" minOccurs="0"/>
     
<xs:element ref="app:Messages" minOccurs="0"/>
   
</xs:sequence>
   
<xs:attribute ref="app:StatusCode" use="required"/>
   
<xs:attribute ref="app:StatusDescription" use="required"/>
 
</xs:complexType>
</xs:element>

element ShortLegalPlanSearch
diagram Message_p9.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children loc:SimpleATS loc:NonStandardATS loc:Plan loc:SettlementLot
annotation
documentation
A Survey Plan search request by an ATS (Simple), Non Standard ATS, plan number, or settlement lot. This is not available through the webservice, this is only used by file upload.
source <xs:element name="ShortLegalPlanSearch">
 
<xs:annotation>
   
<xs:documentation>A Survey Plan search request by an ATS (Simple), Non Standard ATS, plan number, or settlement lot. This is not available through the webservice, this is only used by file upload.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice maxOccurs="unbounded">
     
<xs:element ref="loc:SimpleATS" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="loc:NonStandardATS" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="loc:Plan" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="loc:SettlementLot" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element ShortLegalTitleSearch
diagram Message_p10.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:RightsType land:ChangeDate loc:ComplexPBL loc:ComplexATS loc:NonStandardATS
attributes
Name  Type  Use  Default  Fixed  annotation
SearchReturnType  List    
documentation
For 'Count', a count of search results is returned in the response.  For 'List', the detailed search results are returned in the response with a corresponding count.
annotation
documentation
A Title search request by a PBL, ATS (Complex), or Non Standard ATS
source <xs:element name="ShortLegalTitleSearch">
 
<xs:annotation>
   
<xs:documentation>A Title search request by a PBL, ATS (Complex), or Non Standard ATS</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice maxOccurs="unbounded">
     
<xs:element ref="land:RightsType" minOccurs="0"/>
     
<xs:element ref="land:ChangeDate" minOccurs="0"/>
     
<xs:element ref="loc:ComplexPBL" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="loc:ComplexATS" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="loc:NonStandardATS" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:choice>
   
<xs:attribute ref="app:SearchReturnType"/>
 
</xs:complexType>
</xs:element>

element TitleDataRequest
diagram Message_p11.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:Title
attributes
Name  Type  Use  Default  Fixed  annotation
TitleDataEncoding  ASCIIDelimited    
documentation
The specifier for the data product type of ASCII Delimited or ASCII Text
TitleFormat  CurrentTitleCertificate    
documentation
The specifier for the product format type (ex. 'Current', 'Current Historical', 'Cancelled')
annotation
documentation
An Order request for title Data as ASCII or Text.
source <xs:element name="TitleDataRequest">
 
<xs:annotation>
   
<xs:documentation>An Order request for title Data as ASCII or Text.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element ref="land:Title"/>
   
</xs:sequence>
   
<xs:attribute ref="prod:TitleDataEncoding"/>
   
<xs:attribute ref="prod:TitleFormat"/>
 
</xs:complexType>
</xs:element>

element TitleNumberTitleSearch
diagram Message_p12.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:ChangeDate land:Title
attributes
Name  Type  Use  Default  Fixed  annotation
SearchReturnType  List    
documentation
For 'Count', a count of search results is returned in the response.  For 'List', the detailed search results are returned in the response with a corresponding count.
annotation
documentation
A Title search request by Title Number
source <xs:element name="TitleNumberTitleSearch">
 
<xs:annotation>
   
<xs:documentation>A Title search request by Title Number</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:ChangeDate" minOccurs="0"/>
     
<xs:element ref="land:Title" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute ref="app:SearchReturnType"/>
 
</xs:complexType>
</xs:element>

element TitleProductRequest
diagram Message_p13.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:Title
attributes
Name  Type  Use  Default  Fixed  annotation
TitlePaperClipEncoding  None    
documentation
The specifier for the product paperclip type of ASCII Delimited (only available for Volume Data users)
TitleFormat  CurrentTitleCertificate    
documentation
The specifier for the product format type (ex. 'Current', 'Current Historical', 'Cancelled')
annotation
documentation
An Order request for certified titles (with an optinal paper clip type)
source <xs:element name="TitleProductRequest">
 
<xs:annotation>
   
<xs:documentation>An Order request for certified titles (with an optinal paper clip type)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element ref="land:Title"/>
   
</xs:sequence>
   
<xs:attribute ref="prod:TitlePaperClipEncoding"/>
   
<xs:attribute ref="prod:TitleFormat"/>
 
</xs:complexType>
</xs:element>

element TitleSearchResult
diagram Message_p14.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/message
properties
content complex
children land:Titles app:Messages
attributes
Name  Type  Use  Default  Fixed  annotation
StatusCoderequired      
documentation
The status code of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
StatusDescriptionrequired      
documentation
The status description of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
annotation
documentation
The result of a title search
source <xs:element name="TitleSearchResult">
 
<xs:annotation>
   
<xs:documentation>The result of a title search</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:Titles" minOccurs="0"/>
     
<xs:element ref="app:Messages" minOccurs="0"/>
   
</xs:sequence>
   
<xs:attribute ref="app:StatusCode" use="required"/>
   
<xs:attribute ref="app:StatusDescription" use="required"/>
 
</xs:complexType>
</xs:element>

element CancelledDate
diagram Message_p15.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type xs:date
properties
content simple
used by
element CancelledTitleDetail
annotation
documentation
The date the title was cancelled
source <xs:element name="CancelledDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date the title was cancelled</xs:documentation>
 
</xs:annotation>
</xs:element>

element CancelledLevel
diagram Message_p16.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type restriction of xs:integer
properties
content simple
used by
element CancelledTitleDetail
facets
minInclusive 0
annotation
documentation
The position of a title in a cancelled title hierachy
source <xs:element name="CancelledLevel">
 
<xs:annotation>
   
<xs:documentation>The position of a title in a cancelled title hierachy</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element CancelledTitleDetail
diagram Message_p17.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
properties
content complex
children land:CancelledLevel land:TitleNumber land:TitleType land:LINCNumber land:MultipleLINCAssociation land:ShortLegal land:RightsType land:RegistrationDate land:CancelledDate
used by
element CancelledTitles
annotation
documentation
The detail of a title, including the titles position in the cancelled  title hierarchy
source <xs:element name="CancelledTitleDetail">
 
<xs:annotation>
   
<xs:documentation>The detail of a title, including the titles position in the cancelled  title hierarchy</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:CancelledLevel"/>
     
<xs:element ref="land:TitleNumber"/>
     
<xs:element ref="land:TitleType"/>
     
<xs:element ref="land:LINCNumber"/>
     
<xs:element ref="land:MultipleLINCAssociation"/>
     
<xs:element ref="land:ShortLegal"/>
     
<xs:element ref="land:RightsType"/>
     
<xs:element ref="land:RegistrationDate"/>
     
<xs:element ref="land:CancelledDate"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element CancelledTitles
diagram Message_p18.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
properties
content complex
children land:CancelledTitleDetail
used by
element CancelledTitleSearchResult
attributes
Name  Type  Use  Default  Fixed  annotation
Countrequired      
documentation
Counts result or message records
annotation
documentation
A search result collection of cancelled titles (in a hiearchy format).  If a North/South duplicate situation exists for the title, two Cancelled Title collections will be returned.
source <xs:element name="CancelledTitles">
 
<xs:annotation>
   
<xs:documentation>A search result collection of cancelled titles (in a hiearchy format).  If a North/South duplicate situation exists for the title, two Cancelled Title collections will be returned.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element ref="land:CancelledTitleDetail"/>
   
</xs:sequence>
   
<xs:attribute ref="app:Count" use="required"/>
 
</xs:complexType>
</xs:element>

element ChangeDate
diagram Message_p19.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type xs:date
properties
content simple
used by
elements LINCNumberTitleSearch ParcelGeometryTitleSearch ShortLegalTitleSearch TitleDetail TitleNumberTitleSearch
annotation
documentation
The date of last change on the title (not applicable for online file upload)
source <xs:element name="ChangeDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of last change on the title (not applicable for online file upload)</xs:documentation>
 
</xs:annotation>
</xs:element>

element LINC
diagram Message_p20.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
properties
content complex
children land:LINCNumber
used by
elements LINCNumberTitleSearch ParcelGeometrySearch
annotation
documentation
Root element for a LINC (Land Identifier Numeric Code) search.
source <xs:element name="LINC">
 
<xs:annotation>
   
<xs:documentation>Root element for a LINC (Land Identifier Numeric Code) search.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:LINCNumber"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element LINCNumber
diagram Message_p21.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type restriction of xs:integer
properties
content simple
used by
elements CancelledTitleDetail LINC Polygons TitleDetail
facets
minInclusive 1
maxInclusive 9999999999
annotation
documentation
The LINC (Land Identifier Numeric Code) number is a 10-digit numeric code generated by the ALTA System that uniquely identifies a legal parcel of land
source <xs:element name="LINCNumber">
 
<xs:annotation>
   
<xs:documentation>The LINC (Land Identifier Numeric Code) number is a 10-digit numeric code generated by the ALTA System that uniquely identifies a legal parcel of land</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="9999999999"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element MultipleLINCAssociation
diagram Message_p22.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type restriction of xs:boolean
properties
content simple
default false
used by
elements CancelledTitleDetail TitleDetail
facets
pattern true
pattern false
annotation
documentation
Indicates if the title is associated to more than one LINC.  The complete association is available on the certified title or ASCII product (land:LINCNumber will only indicate the first association).  This parallels the online Spin2 indicator of "(more)" on the LINC number
source <xs:element name="MultipleLINCAssociation" default="false">
 
<xs:annotation>
   
<xs:documentation>Indicates if the title is associated to more than one LINC.  The complete association is available on the certified title or ASCII product (land:LINCNumber will only indicate the first association).  This parallels the online Spin2 indicator of "(more)" on the LINC number</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:boolean">
     
<xs:pattern value="true"/>
     
<xs:pattern value="false"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RegistrationDate
diagram Message_p23.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type xs:date
properties
content simple
used by
elements CancelledTitleDetail TitleDetail
annotation
documentation
The date the title was registered
source <xs:element name="RegistrationDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date the title was registered </xs:documentation>
 
</xs:annotation>
</xs:element>

element RightsType
diagram Message_p24.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type restriction of xs:string
properties
content simple
used by
elements CancelledTitleDetail LINCNumberTitleSearch ParcelGeometryTitleSearch ShortLegalTitleSearch TitleDetail
facets
enumeration Surface
enumeration Mineral
enumeration Both
annotation
documentation
The rights type of the title (not applicable for online file upload)
source <xs:element name="RightsType">
 
<xs:annotation>
   
<xs:documentation>The rights type of the title (not applicable for online file upload)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Surface"/>
     
<xs:enumeration value="Mineral"/>
     
<xs:enumeration value="Both"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ShortLegal
diagram Message_p25.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type xs:string
properties
content simple
used by
elements CancelledTitleDetail TitleDetail
annotation
documentation
The Short Legal Description of the title
source <xs:element name="ShortLegal" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The Short Legal Description of the title</xs:documentation>
 
</xs:annotation>
</xs:element>

element Title
diagram Message_p26.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
properties
content complex
children land:TitleNumber
used by
elements CancelledTitleSearch TitleDataRequest TitleNumberTitleSearch TitleProductRequest
annotation
documentation
Root element for a search by Title Number.
source <xs:element name="Title">
 
<xs:annotation>
   
<xs:documentation>Root element for a search by Title Number.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:TitleNumber"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TitleDetail
diagram Message_p27.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
properties
content complex
children land:TitleNumber land:TitleType land:LINCNumber land:MultipleLINCAssociation land:ShortLegal land:RightsType land:RegistrationDate land:ChangeDate
used by
element Titles
annotation
documentation
The detail of a title
source <xs:element name="TitleDetail">
 
<xs:annotation>
   
<xs:documentation>The detail of a title</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:TitleNumber"/>
     
<xs:element ref="land:TitleType"/>
     
<xs:element ref="land:LINCNumber"/>
     
<xs:element ref="land:MultipleLINCAssociation"/>
     
<xs:element ref="land:ShortLegal"/>
     
<xs:element ref="land:RightsType"/>
     
<xs:element ref="land:RegistrationDate"/>
     
<xs:element ref="land:ChangeDate"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TitleNumber
diagram Message_p28.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type restriction of xs:string
properties
content simple
used by
elements CancelledTitleDetail OrderedTitles/Title Title TitleDetail
facets
minLength 1
maxLength 12
annotation
documentation
The alphanumeric identifier of the title
source <xs:element name="TitleNumber">
 
<xs:annotation>
   
<xs:documentation>The alphanumeric identifier of the title</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="12"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Titles
diagram Message_p29.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
properties
content complex
children land:TitleDetail
used by
element TitleSearchResult
attributes
Name  Type  Use  Default  Fixed  annotation
Countrequired      
documentation
Counts result or message records
annotation
documentation
A search result collection of titles
source <xs:element name="Titles">
 
<xs:annotation>
   
<xs:documentation>A search result collection of titles</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element ref="land:TitleDetail"/>
   
</xs:sequence>
   
<xs:attribute ref="app:Count" use="required"/>
 
</xs:complexType>
</xs:element>

element TitleType
diagram Message_p30.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/land
type xs:string
properties
content simple
used by
elements CancelledTitleDetail TitleDetail
annotation
documentation
The status type of title (ex. 'Current Title')
source <xs:element name="TitleType" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The status type of title (ex. 'Current Title')</xs:documentation>
 
</xs:annotation>
</xs:element>

element Block
diagram Message_p31.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element SettlementLot
facets
minLength 0
maxLength 4
annotation
documentation
PBL and SettlementLot component element
source <xs:element name="Block">
 
<xs:annotation>
   
<xs:documentation>PBL and SettlementLot component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="0"/>
     
<xs:maxLength value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ComplexATS
diagram Message_p32.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
properties
content complex
children loc:Meridian loc:Range loc:Township loc:ComplexSection loc:ComplexQuarterSection
used by
element ShortLegalTitleSearch
annotation
documentation
The Alberta Township System (ATS) format (allowing the specification of value ranges for 'Section', 'QuarterSection').  Root element for a complex ATS search.
source <xs:element name="ComplexATS">
 
<xs:annotation>
   
<xs:documentation>The Alberta Township System (ATS) format (allowing the specification of value ranges for 'Section', 'QuarterSection').  Root element for a complex ATS search.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="loc:Meridian"/>
     
<xs:element ref="loc:Range"/>
     
<xs:element ref="loc:Township"/>
     
<xs:element ref="loc:ComplexSection"/>
     
<xs:element ref="loc:ComplexQuarterSection" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ComplexBlock
diagram Message_p33.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element ComplexPBL
facets
minLength 1
maxLength 40
annotation
documentation
PBL and SettlementLot component element (Block can be expressed as a value range,  Ex. 1-2,3-6)
source <xs:element name="ComplexBlock">
 
<xs:annotation>
   
<xs:documentation>PBL and SettlementLot component element (Block can be expressed as a value range,  Ex. 1-2,3-6)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ComplexLot
diagram Message_p34.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element ComplexPBL
facets
minLength 1
maxLength 40
annotation
documentation
PBL and SettlementLot component element (Lot can be expressed as a value range,  Ex. 1-3,12,13)
source <xs:element name="ComplexLot">
 
<xs:annotation>
   
<xs:documentation>PBL and SettlementLot component element (Lot can be expressed as a value range,  Ex. 1-3,12,13)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ComplexPBL
diagram Message_p35.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
properties
content complex
children loc:PlanNumber loc:ComplexBlock loc:ComplexLot
used by
element ShortLegalTitleSearch
annotation
documentation
The Plan/Block/Lot format (allowing the specification of value ranges for 'Lot', 'Block') is used to search a title within a Plan of Survey or a unit in a Condominium Plan.  As well this format is used to search Settlement Plan lots and other non-standard Plan/Block/Lot formats.  Root element for a PBL search.
source <xs:element name="ComplexPBL">
 
<xs:annotation>
   
<xs:documentation>The Plan/Block/Lot format (allowing the specification of value ranges for 'Lot', 'Block') is used to search a title within a Plan of Survey or a unit in a Condominium Plan.  As well this format is used to search Settlement Plan lots and other non-standard Plan/Block/Lot formats.  Root element for a PBL search.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="loc:PlanNumber"/>
     
<xs:element ref="loc:ComplexBlock" minOccurs="0"/>
     
<xs:element ref="loc:ComplexLot" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ComplexQuarterSection
diagram Message_p36.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element ComplexATS
facets
minLength 0
maxLength 40
annotation
documentation
ATS component element (QuarterSection can be expressed as a value range, Ex. NW,SW)
source <xs:element name="ComplexQuarterSection">
 
<xs:annotation>
   
<xs:documentation>ATS component element (QuarterSection can be expressed as a value range, Ex. NW,SW)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="0"/>
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ComplexSection
diagram Message_p37.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element ComplexATS
facets
minLength 1
maxLength 40
annotation
documentation
ATS component element (Section can be expressed as a value range,  Ex. 1-3,5-10)
source <xs:element name="ComplexSection">
 
<xs:annotation>
   
<xs:documentation>ATS component element (Section can be expressed as a value range,  Ex. 1-3,5-10)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="40"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Lot
diagram Message_p38.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element SettlementLot
facets
minLength 0
maxLength 6
annotation
documentation
PBL and SettlementLot component element
source <xs:element name="Lot">
 
<xs:annotation>
   
<xs:documentation>PBL and SettlementLot component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="0"/>
     
<xs:maxLength value="6"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Meridian
diagram Message_p39.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:integer
properties
content simple
used by
elements ComplexATS NonStandardATS SimpleATS
facets
minInclusive 4
maxInclusive 6
annotation
documentation
ATS component element
source <xs:element name="Meridian">
 
<xs:annotation>
   
<xs:documentation>ATS component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="4"/>
     
<xs:maxInclusive value="6"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element NonStandardATS
diagram Message_p40.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
properties
content complex
children loc:Meridian loc:Range loc:Township loc:SurveyLotNumber loc:SurveyLotType
used by
elements ShortLegalPlanSearch ShortLegalTitleSearch
annotation
documentation
The non-standard Alberta Township System (ATS) format may be used to search titles containing Hudson Bay Reserves (HB), River Lots (RL), Settlement Lots (SL) or Road Allowances (OT).  Root element for a Non Standard ATS search.
source <xs:element name="NonStandardATS">
 
<xs:annotation>
   
<xs:documentation>The non-standard Alberta Township System (ATS) format may be used to search titles containing Hudson Bay Reserves (HB), River Lots (RL), Settlement Lots (SL) or Road Allowances (OT).  Root element for a Non Standard ATS search. </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="loc:Meridian"/>
     
<xs:element ref="loc:Range"/>
     
<xs:element ref="loc:Township"/>
     
<xs:element ref="loc:SurveyLotNumber"/>
     
<xs:element ref="loc:SurveyLotType" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Plan
diagram Message_p41.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
properties
content complex
children loc:PlanNumber
used by
element ShortLegalPlanSearch
annotation
documentation
The Plan is used to search for a survey plan by plan number
source <xs:element name="Plan">
 
<xs:annotation>
   
<xs:documentation>The Plan is used to search for a survey plan by plan number</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="loc:PlanNumber"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PlanNumber
diagram Message_p42.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
elements ComplexPBL Plan
facets
minLength 1
maxLength 7
annotation
documentation
PBL component element
source <xs:element name="PlanNumber">
 
<xs:annotation>
   
<xs:documentation>PBL component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="7"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element QuarterSection
diagram Message_p43.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element SimpleATS
facets
minLength 0
maxLength 2
enumeration NW
enumeration NE
enumeration SW
enumeration SE
annotation
documentation
ATS component element
source <xs:element name="QuarterSection">
 
<xs:annotation>
   
<xs:documentation>ATS component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="0"/>
     
<xs:maxLength value="2"/>
     
<xs:enumeration value="NW"/>
     
<xs:enumeration value="NE"/>
     
<xs:enumeration value="SW"/>
     
<xs:enumeration value="SE"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Range
diagram Message_p44.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:integer
properties
content simple
used by
elements ComplexATS NonStandardATS SimpleATS
facets
minInclusive 1
maxInclusive 30
annotation
documentation
ATS component element
source <xs:element name="Range">
 
<xs:annotation>
   
<xs:documentation>ATS component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="30"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Section
diagram Message_p45.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:integer
properties
content simple
used by
element SimpleATS
facets
minInclusive 1
maxInclusive 36
annotation
documentation
ATS component element
source <xs:element name="Section">
 
<xs:annotation>
   
<xs:documentation>ATS component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="36"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SettlementLot
diagram Message_p46.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
properties
content complex
children loc:SettlementName loc:Block loc:Lot
used by
element ShortLegalPlanSearch
annotation
documentation
The SettlementName / Block / Lot format used to search for a survey plan
source <xs:element name="SettlementLot">
 
<xs:annotation>
   
<xs:documentation>The SettlementName / Block / Lot format used to search for a survey plan</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="loc:SettlementName"/>
     
<xs:element ref="loc:Block" minOccurs="0"/>
     
<xs:element ref="loc:Lot" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SettlementName
diagram Message_p47.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element SettlementLot
facets
minLength 1
maxLength 7
annotation
documentation
SettlementLot component element (as a 7 digit code)
source <xs:element name="SettlementName">
 
<xs:annotation>
   
<xs:documentation>SettlementLot component element (as a 7 digit code)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="7"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SimpleATS
diagram Message_p48.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
properties
content complex
children loc:Meridian loc:Range loc:Township loc:Section loc:QuarterSection
used by
elements ParcelGeometryTitleSearch ShortLegalPlanSearch
annotation
documentation
The Alberta Township System (ATS) format (value ranges are not permitted).  ComplexATS is used to specify value ranges.  Root element for a SimpleATS search.
source <xs:element name="SimpleATS">
 
<xs:annotation>
   
<xs:documentation>The Alberta Township System (ATS) format (value ranges are not permitted).  ComplexATS is used to specify value ranges.  Root element for a SimpleATS search.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="loc:Meridian"/>
     
<xs:element ref="loc:Range"/>
     
<xs:element ref="loc:Township"/>
     
<xs:element ref="loc:Section" minOccurs="0"/>
     
<xs:element ref="loc:QuarterSection" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SurveyLotNumber
diagram Message_p49.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element NonStandardATS
facets
minLength 1
maxLength 2
annotation
documentation
NonStandard ATS component element
source <xs:element name="SurveyLotNumber">
 
<xs:annotation>
   
<xs:documentation>NonStandard ATS component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SurveyLotType
diagram Message_p50.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:string
properties
content simple
used by
element NonStandardATS
facets
minLength 0
maxLength 2
annotation
documentation
NonStandard ATS component element
source <xs:element name="SurveyLotType">
 
<xs:annotation>
   
<xs:documentation>NonStandard ATS component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="0"/>
     
<xs:maxLength value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Township
diagram Message_p51.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/loc
type restriction of xs:integer
properties
content simple
used by
elements ComplexATS NonStandardATS SimpleATS
facets
minInclusive 1
maxInclusive 126
annotation
documentation
ATS component element
source <xs:element name="Township">
 
<xs:annotation>
   
<xs:documentation>ATS component element</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="126"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

attribute IsHole
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
type xs:boolean
used by
element PolygonDetail
annotation
documentation
Indicates that the polygon is a hole in a land parcel, rather than an actual land parcel
source <xs:attribute name="IsHole" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Indicates that the polygon is a hole in a land parcel, rather than an actual land parcel</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Projection
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
type restriction of xs:string
properties
default 10TMNAD83
used by
elements LineBuffer ParcelGeometrySearch PointRadius Polygon PolygonDetail
facets
minLength 7
maxLength 9
enumeration 10TMNAD83
enumeration LATLONG
annotation
documentation
The projection of the coordinates (i.e. the coordinate system).
source <xs:attribute name="Projection" default="10TMNAD83">
 
<xs:annotation>
   
<xs:documentation>The projection of the coordinates (i.e. the coordinate system).</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="7"/>
     
<xs:maxLength value="9"/>
     
<xs:enumeration value="10TMNAD83"/>
     
<xs:enumeration value="LATLONG"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element Coordinates
diagram Message_p52.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
type xs:string
properties
content simple
used by
elements LineBuffer PointRadius Polygon PolygonDetail
annotation
documentation
A list of coordinate pairs.  Each axis is seperated by a "," and earch coodinate pair is seperated by a " ".
source <xs:element name="Coordinates" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>A list of coordinate pairs.  Each axis is seperated by a "," and earch coodinate pair is seperated by a " ".</xs:documentation>
 
</xs:annotation>
</xs:element>

element LineBuffer
diagram Message_p53.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
properties
content complex
children geom:Radius geom:Coordinates
used by
element ParcelGeometryTitleSearch
attributes
Name  Type  Use  Default  Fixed  annotation
Projectionoptional  10TMNAD83    
documentation
The projection of the coordinates (i.e. the coordinate system).
annotation
documentation
A definition of coordinates expressing a line and radius buffer
source <xs:element name="LineBuffer">
 
<xs:annotation>
   
<xs:documentation>A definition of coordinates expressing a line and radius buffer</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="geom:Radius"/>
     
<xs:element ref="geom:Coordinates"/>
   
</xs:sequence>
   
<xs:attribute ref="geom:Projection" use="optional"/>
 
</xs:complexType>
</xs:element>

element PointRadius
diagram Message_p54.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
properties
content complex
children geom:Radius geom:Coordinates
used by
element ParcelGeometryTitleSearch
attributes
Name  Type  Use  Default  Fixed  annotation
Projectionoptional  10TMNAD83    
documentation
The projection of the coordinates (i.e. the coordinate system).
annotation
documentation
A definition of a single coordinate, expressing a point and radius
source <xs:element name="PointRadius">
 
<xs:annotation>
   
<xs:documentation>A definition of a single coordinate, expressing a point and radius</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="geom:Radius"/>
     
<xs:element ref="geom:Coordinates"/>
   
</xs:sequence>
   
<xs:attribute ref="geom:Projection" use="optional"/>
 
</xs:complexType>
</xs:element>

element Polygon
diagram Message_p55.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
properties
content complex
children geom:Coordinates
used by
element ParcelGeometryTitleSearch
attributes
Name  Type  Use  Default  Fixed  annotation
Projectionoptional  10TMNAD83    
documentation
The projection of the coordinates (i.e. the coordinate system).
annotation
documentation
A definition of coordinates expressing a polygon
source <xs:element name="Polygon">
 
<xs:annotation>
   
<xs:documentation>A definition of coordinates expressing a polygon </xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="geom:Coordinates">
       
<xs:annotation>
         
<xs:documentation>A list of coordinate pairs.  Each axis is seperated by a "," and earch coodinate pair is seperated by a " ".</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute ref="geom:Projection" use="optional"/>
 
</xs:complexType>
</xs:element>

element PolygonDetail
diagram Message_p56.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
properties
content complex
children geom:Coordinates
used by
element Polygons
attributes
Name  Type  Use  Default  Fixed  annotation
Projection  10TMNAD83    
documentation
The projection of the coordinates (i.e. the coordinate system).
IsHole      
documentation
Indicates that the polygon is a hole in a land parcel, rather than an actual land parcel
annotation
documentation
The detail of a polygon
source <xs:element name="PolygonDetail">
 
<xs:annotation>
   
<xs:documentation>The detail of a polygon</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="geom:Coordinates"/>
   
</xs:sequence>
   
<xs:attribute ref="geom:Projection"/>
   
<xs:attribute ref="geom:IsHole"/>
 
</xs:complexType>
</xs:element>

element Polygons
diagram Message_p57.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
properties
content complex
children land:LINCNumber geom:PolygonDetail
used by
element ParcelGeometrySearchResult
attributes
Name  Type  Use  Default  Fixed  annotation
Count      
documentation
Counts result or message records
annotation
documentation
A search result collection of polygons
source <xs:element name="Polygons">
 
<xs:annotation>
   
<xs:documentation>A search result collection of polygons</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:LINCNumber"/>
     
<xs:element ref="geom:PolygonDetail" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute ref="app:Count"/>
 
</xs:complexType>
</xs:element>

element Radius
diagram Message_p58.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/geom
type restriction of xs:decimal
properties
content simple
used by
elements LineBuffer PointRadius
facets
minInclusive 1
maxInclusive 10000
annotation
documentation
A radius as expressed in meters (m)
source <xs:element name="Radius">
 
<xs:annotation>
   
<xs:documentation>A radius as expressed in meters (m)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="10000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

attribute Count
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type restriction of xs:integer
used by
elements CancelledTitles Messages OrderedTitles Polygons Titles
facets
minInclusive 0
annotation
documentation
Counts result or message records
source <xs:attribute name="Count">
 
<xs:annotation>
   
<xs:documentation>Counts result or message records</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ItemStatusCode
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type restriction of xs:integer
used by
elements ASCIIDelimited ASCIIText PDF
facets
enumeration 100
enumeration 202
annotation
documentation
The status code of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details
source <xs:attribute name="ItemStatusCode">
 
<xs:annotation>
   
<xs:documentation>The status code of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:enumeration value="100"/>
     
<xs:enumeration value="202"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute ItemStatusDescription
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type xs:string
used by
elements ASCIIDelimited ASCIIText PDF
annotation
documentation
The status description of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details.
source <xs:attribute name="ItemStatusDescription" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The status description of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SearchDirection
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type restriction of xs:string
facets
minLength 8
maxLength 11
enumeration Preceding
enumeration Superseding
annotation
documentation
The search direction for a cancelled title search
source <xs:attribute name="SearchDirection">
 
<xs:annotation>
   
<xs:documentation>The search direction for a cancelled title search</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="8"/>
     
<xs:maxLength value="11"/>
     
<xs:enumeration value="Preceding"/>
     
<xs:enumeration value="Superseding"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute SearchReturnType
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type restriction of xs:string
properties
default List
used by
elements CancelledTitleSearch LINCNumberTitleSearch ParcelGeometryTitleSearch ShortLegalTitleSearch TitleNumberTitleSearch
facets
enumeration Count
enumeration List
annotation
documentation
For 'Count', a count of search results is returned in the response.  For 'List', the detailed search results are returned in the response with a corresponding count.
source <xs:attribute name="SearchReturnType" default="List">
 
<xs:annotation>
   
<xs:documentation>For 'Count', a count of search results is returned in the response.  For 'List', the detailed search results are returned in the response with a corresponding count.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Count"/>
     
<xs:enumeration value="List"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute StatusCode
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type restriction of xs:integer
used by
elements AuthenticationValidation CancelledTitleSearchResult ParcelGeometrySearchResult ProductTitleResult TitleSearchResult
facets
enumeration 100
enumeration 101
enumeration 102
enumeration 200
enumeration 201
enumeration 203
enumeration 204
enumeration 205
enumeration 300
enumeration 301
enumeration 302
enumeration 303
enumeration 304
enumeration 305
annotation
documentation
The status code of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
source <xs:attribute name="StatusCode">
 
<xs:annotation>
   
<xs:documentation>The status code of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:enumeration value="100"/>
     
<xs:enumeration value="101"/>
     
<xs:enumeration value="102"/>
     
<xs:enumeration value="200"/>
     
<xs:enumeration value="201"/>
     
<xs:enumeration value="203"/>
     
<xs:enumeration value="204"/>
     
<xs:enumeration value="205"/>
     
<xs:enumeration value="300"/>
     
<xs:enumeration value="301"/>
     
<xs:enumeration value="302"/>
     
<xs:enumeration value="303"/>
     
<xs:enumeration value="304"/>
     
<xs:enumeration value="305"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute StatusDescription
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type xs:string
used by
elements AuthenticationValidation CancelledTitleSearchResult ParcelGeometrySearchResult ProductTitleResult TitleSearchResult
annotation
documentation
The status description of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.
source <xs:attribute name="StatusDescription" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The status description of a response.  See STATUS CODE REFERENCE (Application.xsd) for details.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Message
diagram Message_p59.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
type xs:string
properties
content simple
used by
elements ASCIIDelimited ASCIIText Messages PDF
annotation
documentation
A validation or error message
source <xs:element name="Message" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>A validation or error message</xs:documentation>
 
</xs:annotation>
</xs:element>

element Messages
diagram Message_p60.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/app
properties
content complex
children app:Message
used by
elements AuthenticationValidation CancelledTitleSearchResult ParcelGeometrySearchResult ProductTitleResult TitleSearchResult
attributes
Name  Type  Use  Default  Fixed  annotation
Countrequired      
documentation
Counts result or message records
annotation
documentation
A responses collection of validation or error messages
source <xs:element name="Messages">
 
<xs:annotation>
   
<xs:documentation>A responses collection of validation or error messages</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element ref="app:Message"/>
   
</xs:sequence>
   
<xs:attribute ref="app:Count" use="required"/>
 
</xs:complexType>
</xs:element>

attribute TitleDataEncoding
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
type restriction of xs:string
properties
default ASCIIDelimited
used by
element TitleDataRequest
facets
minLength 9
maxLength 14
enumeration ASCIIDelimited
enumeration ASCIIText
annotation
documentation
The specifier for the data product type of ASCII Delimited or ASCII Text
source <xs:attribute name="TitleDataEncoding" default="ASCIIDelimited">
 
<xs:annotation>
   
<xs:documentation>The specifier for the data product type of ASCII Delimited or ASCII Text</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="9"/>
     
<xs:maxLength value="14"/>
     
<xs:enumeration value="ASCIIDelimited"/>
     
<xs:enumeration value="ASCIIText"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute TitleFormat
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
type restriction of xs:string
properties
default CurrentTitleCertificate
used by
elements TitleDataRequest TitleProductRequest
facets
enumeration CurrentTitleCertificate
enumeration CurrentHistoricalTitleCertificate
enumeration CancelledTitleCertificate
annotation
documentation
The specifier for the product format type (ex. 'Current', 'Current Historical', 'Cancelled')
source <xs:attribute name="TitleFormat" default="CurrentTitleCertificate">
 
<xs:annotation>
   
<xs:documentation>The specifier for the product format type (ex. 'Current', 'Current Historical', 'Cancelled')</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="CurrentTitleCertificate"/>
     
<xs:enumeration value="CurrentHistoricalTitleCertificate"/>
     
<xs:enumeration value="CancelledTitleCertificate"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute TitlePaperClipEncoding
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
type restriction of xs:string
properties
default None
used by
element TitleProductRequest
facets
minLength 4
maxLength 14
enumeration ASCIIDelimited
enumeration None
enumeration 
annotation
documentation
The specifier for the product paperclip type of ASCII Delimited (only available for Volume Data users)
source <xs:attribute name="TitlePaperClipEncoding" default="None">
 
<xs:annotation>
   
<xs:documentation>The specifier for the product paperclip type of ASCII Delimited (only available for Volume Data users)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="4"/>
     
<xs:maxLength value="14"/>
     
<xs:enumeration value="ASCIIDelimited"/>
     
<xs:enumeration value="None"/>
     
<xs:enumeration value=""/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element ASCIIDelimited
diagram Message_p61.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
properties
content complex
children PlainTextData app:Message
used by
element OrderedTitles/Title/TitleProducts
attributes
Name  Type  Use  Default  Fixed  annotation
ItemStatusCoderequired      
documentation
The status code of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details
ItemStatusDescriptionrequired      
documentation
The status description of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details.
annotation
documentation
An ASCII (delimited) product
source <xs:element name="ASCIIDelimited">
 
<xs:annotation>
   
<xs:documentation>An ASCII (delimited) product</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element ref="core:PlainTextData"/>
     
<xs:element ref="app:Message"/>
   
</xs:choice>
   
<xs:attribute ref="app:ItemStatusCode" use="required"/>
   
<xs:attribute ref="app:ItemStatusDescription" use="required"/>
 
</xs:complexType>
</xs:element>

element ASCIIText
diagram Message_p62.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
properties
content complex
children PlainTextData app:Message
used by
element OrderedTitles/Title/TitleProducts
attributes
Name  Type  Use  Default  Fixed  annotation
ItemStatusCoderequired      
documentation
The status code of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details
ItemStatusDescriptionrequired      
documentation
The status description of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details.
annotation
documentation
An ASCII Text product
source <xs:element name="ASCIIText">
 
<xs:annotation>
   
<xs:documentation>An ASCII Text product</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element ref="core:PlainTextData"/>
     
<xs:element ref="app:Message"/>
   
</xs:choice>
   
<xs:attribute ref="app:ItemStatusCode" use="required"/>
   
<xs:attribute ref="app:ItemStatusDescription" use="required"/>
 
</xs:complexType>
</xs:element>

element Order
diagram Message_p63.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
properties
content complex
children prod:OrderNumber
used by
element ProductTitleResult
annotation
documentation
The details of an order
source <xs:element name="Order">
 
<xs:annotation>
   
<xs:documentation>The details of an order</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="OrderNumber" type="xs:integer"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Order/OrderNumber
diagram Message_p64.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
type xs:integer
properties
isRef 0
content simple
source <xs:element name="OrderNumber" type="xs:integer"/>

element OrderedTitles
diagram Message_p65.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
properties
content complex
children prod:Title
used by
element ProductTitleResult
attributes
Name  Type  Use  Default  Fixed  annotation
Countrequired      
documentation
Counts result or message records
annotation
documentation
A collection containing the produced titles
source <xs:element name="OrderedTitles">
 
<xs:annotation>
   
<xs:documentation>A collection containing the produced titles</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="Title">
       
<xs:annotation>
         
<xs:documentation>The order items for a title (PDF, ASCII Delimited, or ASCII Text)</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element ref="land:TitleNumber"/>
           
<xs:element name="TitleProducts">
             
<xs:annotation>
               
<xs:documentation>A combination of title products.  For the order product request, a PDF and an paper click data product (ASCII Delimited) will be produced.  For a data product request, an ASCII Delimited or ASCII Text title product will be produced.</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence maxOccurs="2">
                 
<xs:element ref="prod:PDF" minOccurs="0"/>
                 
<xs:element ref="prod:ASCIIDelimited" minOccurs="0"/>
                 
<xs:element ref="prod:ASCIIText" minOccurs="0"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute ref="app:Count" use="required"/>
 
</xs:complexType>
</xs:element>

element OrderedTitles/Title
diagram Message_p66.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
properties
isRef 0
content complex
children land:TitleNumber prod:TitleProducts
annotation
documentation
The order items for a title (PDF, ASCII Delimited, or ASCII Text)
source <xs:element name="Title">
 
<xs:annotation>
   
<xs:documentation>The order items for a title (PDF, ASCII Delimited, or ASCII Text)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="land:TitleNumber"/>
     
<xs:element name="TitleProducts">
       
<xs:annotation>
         
<xs:documentation>A combination of title products.  For the order product request, a PDF and an paper click data product (ASCII Delimited) will be produced.  For a data product request, an ASCII Delimited or ASCII Text title product will be produced.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence maxOccurs="2">
           
<xs:element ref="prod:PDF" minOccurs="0"/>
           
<xs:element ref="prod:ASCIIDelimited" minOccurs="0"/>
           
<xs:element ref="prod:ASCIIText" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element OrderedTitles/Title/TitleProducts
diagram Message_p67.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
properties
isRef 0
content complex
children prod:PDF prod:ASCIIDelimited prod:ASCIIText
annotation
documentation
A combination of title products.  For the order product request, a PDF and an paper click data product (ASCII Delimited) will be produced.  For a data product request, an ASCII Delimited or ASCII Text title product will be produced.
source <xs:element name="TitleProducts">
 
<xs:annotation>
   
<xs:documentation>A combination of title products.  For the order product request, a PDF and an paper click data product (ASCII Delimited) will be produced.  For a data product request, an ASCII Delimited or ASCII Text title product will be produced.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="2">
     
<xs:element ref="prod:PDF" minOccurs="0"/>
     
<xs:element ref="prod:ASCIIDelimited" minOccurs="0"/>
     
<xs:element ref="prod:ASCIIText" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PDF
diagram Message_p68.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/prod
properties
content complex
children BinaryData app:Message
used by
element OrderedTitles/Title/TitleProducts
attributes
Name  Type  Use  Default  Fixed  annotation
ItemStatusCoderequired      
documentation
The status code of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details
ItemStatusDescriptionrequired      
documentation
The status description of an order item.  See STATUS CODE REFERENCE (Application.xsd) for details.
BinaryLength      
documentation
The lenght of the binary file (can be used by the calling application to transform the base64 BinaryData string back to a binary file)
annotation
documentation
A PDF product
source <xs:element name="PDF">
 
<xs:annotation>
   
<xs:documentation>A PDF product</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element ref="core:BinaryData"/>
     
<xs:element ref="app:Message"/>
   
</xs:choice>
   
<xs:attribute ref="app:ItemStatusCode" use="required"/>
   
<xs:attribute ref="app:ItemStatusDescription" use="required"/>
   
<xs:attribute ref="core:BinaryLength"/>
 
</xs:complexType>
</xs:element>

attribute ClientCertificateFound
namespace http://alta.registries.gov.ab.ca/spinii/webservice/sec
type xs:boolean
used by
element AuthenticationValidation
annotation
documentation
True if a client certificate is found
source <xs:attribute name="ClientCertificateFound" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>True if a client certificate is found</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute IsAuthenticated
namespace http://alta.registries.gov.ab.ca/spinii/webservice/sec
type xs:boolean
used by
element AuthenticationValidation
annotation
documentation
True if the user has been authenticated
source <xs:attribute name="IsAuthenticated" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>True if the user has been authenticated</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute SignatureCertificateFound
namespace http://alta.registries.gov.ab.ca/spinii/webservice/sec
type xs:boolean
used by
element AuthenticationValidation
annotation
documentation
True if a signature certificate is found
source <xs:attribute name="SignatureCertificateFound" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>True if a signature certificate is found</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ClientCertificateSerialNumber
diagram Message_p69.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/sec
type xs:string
properties
content simple
used by
element AuthenticationValidation
annotation
documentation
Set if a client certificate is found
source <xs:element name="ClientCertificateSerialNumber" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Set if a client certificate is found</xs:documentation>
 
</xs:annotation>
</xs:element>

element SignatureCertificateDisplayName
diagram Message_p70.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/sec
type xs:string
properties
content simple
used by
element AuthenticationValidation
annotation
documentation
Set if the signature certificate is found
source <xs:element name="SignatureCertificateDisplayName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Set if the signature certificate is found</xs:documentation>
 
</xs:annotation>
</xs:element>

element UserName
diagram Message_p71.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/sec
type xs:string
properties
content simple
used by
element AuthenticationValidation
annotation
documentation
Set if the user has been authenticated by the client certificate (the Spin2 user  account that is assigned to the client certificate)
source <xs:element name="UserName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Set if the user has been authenticated by the client certificate (the Spin2 user  account that is assigned to the client certificate)</xs:documentation>
 
</xs:annotation>
</xs:element>

attribute BinaryLength
namespace http://alta.registries.gov.ab.ca/spinii/webservice/core
used by
element PDF
annotation
documentation
The lenght of the binary file (can be used by the calling application to transform the base64 BinaryData string back to a binary file)
source <xs:attribute name="BinaryLength">
 
<xs:annotation>
   
<xs:documentation>The lenght of the binary file (can be used by the calling application to transform the base64 BinaryData string back to a binary file)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element BinaryData
diagram Message_p72.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/core
type xs:base64Binary
properties
content simple
used by
element PDF
annotation
documentation
An element that represents binary data (encoded in base64)
source <xs:element name="BinaryData" type="xs:base64Binary">
 
<xs:annotation>
   
<xs:documentation>An element that represents binary data (encoded in base64)</xs:documentation>
 
</xs:annotation>
</xs:element>

element PlainTextData
diagram Message_p73.png
namespace http://alta.registries.gov.ab.ca/spinii/webservice/core
type xs:string
properties
content simple
used by
elements ASCIIDelimited ASCIIText
annotation
documentation
An element that represents data as a text blob
source <xs:element name="PlainTextData" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>An element that represents data as a text blob</xs:documentation>
 
</xs:annotation>
</xs:element>


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