Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Source
Used by
Imported schema lglnty.xsd
Namespace http://www.tnsaferoads.net/mvc/own/lglnty
Annotations
Documentation for the Legal Entity
MMUCC Data Element Reference ??
This schema defines and validates an instance of a Legal Entity within the context
of a Collision report document.

http://www.gnu.org/licenses/gpl.html

<xi:include href="../XML/GPL.xhtml"/>
This software should be used in compliance with GNU GENERAL PUBLIC LICENSE            
Version 3, 29 June 2007 or later. TNSR™
Element lglnty:LegalEntity
Namespace http://www.tnsaferoads.net/mvc/own/lglnty
Annotations
Represents the legal entity level of abstraction.  This is the level at which accountability MUST be established.
Diagram
Diagram mvh1.tmp#id130 mvh2.tmp#id142 mvh2.tmp#id129 mvh39.tmp#id261 mvh39.tmp#id262 mvh39.tmp#id260
Type lglnty:LegalEntityType
Type hierarchy
Model addr:Address , prty:Phone{1,3}
Children addr:Address, prty:Phone
Instance
<lglnty:LegalEntity lglnty:EntityName="" lglnty:FEIN="">
  <addr:Address addr:Address1="" addr:Address2="" addr:City="" addr:Country="" addr:State="" addr:Validated="" addr:ZipCode="">{1,1}</addr:Address>
  <prty:Phone prty:TypeOfPhone="">{1,3}</prty:Phone>
</lglnty:LegalEntity>
Attributes
QName Type Fixed Default Use Annotation
lglnty:EntityName restriction of xsd:string required
Indicate the registered legal entity/business or Motor Carrier name
lglnty:FEIN restriction of xsd:token optional

http://www.aamva.org/aamva/DocumentDisplay.aspx?id={4FBD4202-517C-4FE4-AE2F-962B0562A25B}

Indicate the Federal Employer Identification Number or an individual's Social Security Number
DEFINITION: Federal employer identification number assigned to a lien holder by the Internal Revenue Service.  SOURCE - ANSI D20-2003
Source
<xsd:element name="LegalEntity" type="lglnty:LegalEntityType" id="LegalEntity">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Represents the legal entity level of abstraction. This is the level at which accountability MUST be established.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Complex Type lglnty:LegalEntityType
Namespace http://www.tnsaferoads.net/mvc/own/lglnty
Diagram
Diagram mvh1.tmp#id130 mvh2.tmp#id142 mvh2.tmp#id129 mvh39.tmp#id261 mvh39.tmp#id262
Type extension of prty:PartyType
Type hierarchy
Used by
Model addr:Address , prty:Phone{1,3}
Children addr:Address, prty:Phone
Attributes
QName Type Fixed Default Use Annotation
lglnty:EntityName restriction of xsd:string required
Indicate the registered legal entity/business or Motor Carrier name
lglnty:FEIN restriction of xsd:token optional

http://www.aamva.org/aamva/DocumentDisplay.aspx?id={4FBD4202-517C-4FE4-AE2F-962B0562A25B}

Indicate the Federal Employer Identification Number or an individual's Social Security Number
DEFINITION: Federal employer identification number assigned to a lien holder by the Internal Revenue Service.  SOURCE - ANSI D20-2003
Source
<xsd:complexType name="LegalEntityType" id="LegalEntityType" mixed="true">
  <xsd:complexContent mixed="true">
    <xsd:extension base="prty:PartyType">
      <xsd:attribute name="EntityName" use="required" form="qualified" id="EntityName">
        <xsd:annotation>
          <xsd:documentation xml:lang="en-US">Indicate the registered legal entity/business or Motor Carrier name</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:maxLength value="75"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
      <xsd:attribute name="FEIN" use="optional" form="qualified" id="FEIN">
        <xsd:annotation>
          <xsd:documentation source="http://www.aamva.org/aamva/DocumentDisplay.aspx?id={4FBD4202-517C-4FE4-AE2F-962B0562A25B}" xml:lang="en-US">Indicate the Federal Employer Identification Number or an individual's Social Security Number</xsd:documentation>
          <xsd:documentation xml:lang="en-US">DEFINITION: Federal employer identification number assigned to a lien holder by the Internal Revenue Service. SOURCE - ANSI D20-2003</xsd:documentation>
        </xsd:annotation>
        <!--Federal Employer Identification Number-->
        <xsd:simpleType>
          <xsd:restriction base="xsd:token">
            <xsd:length value="9"/>
            <xsd:pattern value="\d{9}"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute lglnty:LegalEntityType / @lglnty:EntityName
Namespace http://www.tnsaferoads.net/mvc/own/lglnty
Annotations
Indicate the registered legal entity/business or Motor Carrier name
Type restriction of xsd:string
Facets
maxLength 75
Used by
Complex Type lglnty:LegalEntityType
Source
<xsd:attribute name="EntityName" use="required" form="qualified" id="EntityName">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">Indicate the registered legal entity/business or Motor Carrier name</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="75"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute lglnty:LegalEntityType / @lglnty:FEIN
Namespace http://www.tnsaferoads.net/mvc/own/lglnty
Annotations

http://www.aamva.org/aamva/DocumentDisplay.aspx?id={4FBD4202-517C-4FE4-AE2F-962B0562A25B}

Indicate the Federal Employer Identification Number or an individual's Social Security Number
DEFINITION: Federal employer identification number assigned to a lien holder by the Internal Revenue Service.  SOURCE - ANSI D20-2003
Type restriction of xsd:token
Facets
length 9
pattern \d{9}
Used by
Complex Type lglnty:LegalEntityType
Source
<xsd:attribute name="FEIN" use="optional" form="qualified" id="FEIN">
  <xsd:annotation>
    <xsd:documentation source="http://www.aamva.org/aamva/DocumentDisplay.aspx?id={4FBD4202-517C-4FE4-AE2F-962B0562A25B}" xml:lang="en-US">Indicate the Federal Employer Identification Number or an individual's Social Security Number</xsd:documentation>
    <xsd:documentation xml:lang="en-US">DEFINITION: Federal employer identification number assigned to a lien holder by the Internal Revenue Service. SOURCE - ANSI D20-2003</xsd:documentation>
  </xsd:annotation>
  <!--Federal Employer Identification Number-->
  <xsd:simpleType>
    <xsd:restriction base="xsd:token">
      <xsd:length value="9"/>
      <xsd:pattern value="\d{9}"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>