<xs:element name="MRAS_Record"><xs:annotation><xs:documentation>MRAS Record. Top-level container for information about a business.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:group ref="MRAS_Core_Group" minOccurs="0"/><xs:group ref="MRAS_Non_Core_Group" minOccurs="0"/></xs:sequence><xs:attribute name="MRAS_ID" type="xs:ID" use="optional"/><xs:attributeGroup ref="recordAtts"/></xs:complexType></xs:element>
Element Home_Jurisdiction
Namespace
http://mras.ca/schema/v1
Annotations
Home Jurisdiction. Information about the home jurisdiction for this record, including the jurisdiction code and incorporation date.
<xs:element name="Home_Jurisdiction"><xs:annotation><xs:documentation>Home Jurisdiction. Information about the home jurisdiction for this record, including the jurisdiction code and incorporation date.</xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:restriction base="jurisdiction_type"><xs:attribute name="Date_Incorporated" type="Date_Incorporated" use="optional"/><xs:attribute name="Date_Registered" type="Date_Registered" use="optional"/><xs:attribute name="End_Date" type="End_Date" use="optional"/></xs:restriction></xs:complexContent></xs:complexType></xs:element>
Element Registered_Jurisdiction
Namespace
http://mras.ca/schema/v1
Annotations
Registered Jurisdiction. Information about the registered jurisdiction(s) for this record, including the jurisdiction code and registration date.
<xs:element name="Registered_Jurisdiction"><xs:annotation><xs:documentation>Registered Jurisdiction. Information about the registered jurisdiction(s) for this record, including the jurisdiction code and registration date.</xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:restriction base="jurisdiction_type"><xs:attribute name="Date_Registered" type="Date_Registered" use="optional"/><xs:attribute name="Date_Incorporated" type="Date_Incorporated" use="prohibited"/></xs:restriction></xs:complexContent></xs:complexType></xs:element>
<xs:element name="Company_Names"><xs:annotation><xs:documentation>List of Company Names.</xs:documentation></xs:annotation><xs:complexType><xs:sequence minOccurs="1" maxOccurs="unbounded"><xs:element ref="Company_Name"/></xs:sequence></xs:complexType></xs:element>
Element Company_Name
Namespace
http://mras.ca/schema/v1
Annotations
Currently registered company name.<br/>Optional: <ul><li>lang</li><li>Start_Date</li><li>Operates_As</li><li>Type</li></ul>
<xs:element name="Addressee" type="xs:string"><xs:annotation><xs:documentation>Addressee within Address.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Street_Number" type="xs:string"><xs:annotation><xs:documentation>Street Number within Address.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Street_Name" type="xs:string"><xs:annotation><xs:documentation>Street Name within Address.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Street_Type" type="xs:string"><xs:annotation><xs:documentation>Street Type within Address.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Street_Direction" type="xs:string"><xs:annotation><xs:documentation>Street Direction within Address.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Suite_Number" type="xs:string"><xs:annotation><xs:documentation>Suite Number within Address.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Status"><xs:annotation><xs:documentation>The legal status of a corporation in that jurisdiction. This may use a code table, which would also need to be mapped.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="Status_Date" type="Status_Date" use="optional"/><xs:attribute name="Status_State" type="Status_State" default="active"/><xs:attribute name="Status_Reason" type="Status_Reason" use="optional"/></xs:complexType></xs:element>
Element General_Partners
Namespace
http://mras.ca/schema/v1
Annotations
For Limited Partnerships. Contains list of partners.
<xs:element name="General_Partners"><xs:annotation><xs:documentation>For Limited Partnerships. Contains list of partners.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="Partner" maxOccurs="unbounded"/></xs:sequence></xs:complexType></xs:element>
Element Partner
Namespace
http://mras.ca/schema/v1
Annotations
For Limited Partnerships. Partner information - can be one of: Person or Entity. May also contain an Attorneys block.
<xs:element name="Partner"><xs:annotation><xs:documentation>For Limited Partnerships. Partner information - can be one of: Person or Entity. May also contain an Attorneys block.</xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="person_or_entity"><xs:sequence><xs:element ref="Attorneys" minOccurs="0"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element>
Element Person
Namespace
http://mras.ca/schema/v1
Annotations
Contains details about a person, including names, roles and address(es).
<xs:element name="Person" type="person"><xs:annotation><xs:documentation>Contains details about a person, including names, roles and address(es).</xs:documentation></xs:annotation></xs:element>
<xs:element name="First_Name" type="xs:string"><xs:annotation><xs:documentation>First Name within Person.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Middle_Name" type="xs:string"><xs:annotation><xs:documentation>Middle Name within Person.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Last_Name" type="xs:string"><xs:annotation><xs:documentation>Last Name within Person.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Entity" type="entity"><xs:annotation><xs:documentation>Contains details about an entity, including name and address(es).</xs:documentation></xs:annotation></xs:element>
<xs:element name="Attorney" type="person_or_entity"><xs:annotation><xs:documentation>Provides details including the names, Address(es), Roles and status (Person_State) of this person or firm.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Director" type="person_or_entity"><xs:annotation><xs:documentation>Provides details including the names, Address(es), Roles and status (Person_State) of this person or entity.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Officer" type="person_or_entity"><xs:annotation><xs:documentation>Provides details including the names, Address(es), Roles and status (Person_State) of this person.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Shareholder" type="person_or_entity"><xs:annotation><xs:documentation>Provides details including the names, Address(es), Roles and status (Person_State) of this person or entity.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Contact_Persons"><xs:annotation><xs:documentation>List of Service Persons.</xs:documentation></xs:annotation><xs:complexType><xs:sequence maxOccurs="unbounded"><xs:element ref="Contact_Person"/></xs:sequence></xs:complexType></xs:element>
Element Contact_Person
Namespace
http://mras.ca/schema/v1
Annotations
Provides details including the names, Address(es), Roles and status (Person_State) of this person.
<xs:element name="Contact_Person"><xs:annotation><xs:documentation>Provides details including the names, Address(es), Roles and status (Person_State) of this person.</xs:documentation></xs:annotation><xs:complexType><xs:complexContent><xs:extension base="person"><xs:sequence><xs:element name="Email" type="xs:string" minOccurs="0"/><xs:element name="Phone" type="xs:string" minOccurs="0"/><xs:element name="Identification" type="xs:string" minOccurs="0"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType></xs:element>
<xs:element name="Liquidator" type="person_or_entity"><xs:annotation><xs:documentation>Provides details including the names, Address(es), Roles and status (Person_State) of this person or firm.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Receiver_Manager" type="person_or_entity"><xs:annotation><xs:documentation>Provides details including the names, Address(es), Roles and status (Person_State) of this person or firm.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Amalgamation_Type" type="xs:string"><xs:annotation><xs:documentation>Amalgamation Type. Long (Regular), Short Vertical, Short Horizontal.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Amalgamating_Corporation"><xs:annotation><xs:documentation>Amalgamating Corporation. Notes: For QC: Legal Entities (Corporations) involved in Amalgamation or formed by the division.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="Home_Jurisdiction"/><xs:element ref="Registered_Jurisdiction" minOccurs="0"/><xs:element ref="Company_Name" minOccurs="0"/><xs:element ref="Status" minOccurs="0"/></xs:sequence></xs:complexType></xs:element>
Element Amalgamated_Corporations
Namespace
http://mras.ca/schema/v1
Annotations
List of Amalgamated Corporations. Optional - used when the current entity (MRAS_Record) has been amalgamated into another entity.
<xs:element name="Amalgamated_Corporations"><xs:annotation><xs:documentation>List of Amalgamated Corporations. Optional - used when the current entity (MRAS_Record) has been amalgamated into another entity.</xs:documentation></xs:annotation><xs:complexType><xs:sequence maxOccurs="unbounded"><xs:element ref="Amalgamated_Corporation"/></xs:sequence></xs:complexType></xs:element>
Element Amalgamated_Corporation
Namespace
http://mras.ca/schema/v1
Annotations
Amalgamated Corporation. Used when the current entity (MRAS_Record) has been amalgamated into another entity.
<xs:element name="Amalgamated_Corporation"><xs:annotation><xs:documentation>Amalgamated Corporation. Used when the current entity (MRAS_Record) has been amalgamated into another entity.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element ref="Home_Jurisdiction"/><xs:element ref="Registered_Jurisdiction" minOccurs="0"/><xs:element ref="Company_Name" minOccurs="0"/><xs:element ref="Status" minOccurs="0"/></xs:sequence></xs:complexType></xs:element>
<xs:simpleType name="Juri_ID"><xs:annotation><xs:documentation>Jurisdiction ID. Unique identifier for the entity within the jurisdiction.</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:minLength value="1"/></xs:restriction></xs:simpleType>
<xs:simpleType name="Status_Date"><xs:annotation><xs:documentation>Status Date. Date that status took effect.</xs:documentation></xs:annotation><xs:restriction base="xs:date"/></xs:simpleType>
<xs:simpleType name="Person_State"><xs:annotation><xs:documentation>Person State. Provides status of this person. One of:<ul><li>active</li><li>inactive</li><li>other</li></ul></xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="active"/><xs:enumeration value="inactive"/><xs:enumeration value="other"/></xs:restriction></xs:simpleType>
Juri code. One of: <ul><li>AB</li><li>BC</li><li>MB</li><li>NB</li><li>NL</li><li>NS</li><li>NT</li><li>NU</li><li>ON</li><li>PE</li><li>QC</li><li>SK</li><li>YT</li><li>CC</li><li>OT (Other - for juris outside Canada)</li></ul>
<xs:attribute name="Juri_Code" type="juri_codes"><xs:annotation><xs:documentation>Juri code. One of:<ul><li>AB</li><li>BC</li><li>MB</li><li>NB</li><li>NL</li><li>NS</li><li>NT</li><li>NU</li><li>ON</li><li>PE</li><li>QC</li><li>SK</li><li>YT</li><li>CC</li><li>OT (Other - for juris outside Canada)</li></ul></xs:documentation></xs:annotation></xs:attribute>
Attribute @Operates_As
Namespace
http://mras.ca/schema/v1
Annotations
Operates As. "yes" or "no". If this Company_Name is the operating name, specify "yes".
<xs:attribute name="Operates_As" type="yes-no"><xs:annotation><xs:documentation>Operates As. "yes" or "no". If this Company_Name is the operating name, specify "yes".</xs:documentation></xs:annotation></xs:attribute>
<xs:attributeGroup name="recordAtts"><xs:attribute name="BN" type="xs:string"><xs:annotation><xs:documentation>Business Number. Consensus is to use 9 digit Business Number, however 15 digit is also possible.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="Entity_Type" type="entity_type"/></xs:attributeGroup>