Showing:

Annotations
Attributes
Diagrams
Source
Used by
Imported schema prsnnm.xsd
Namespace http://www.tnsaferoads.net/mvc/prsn/prsnnm
Annotations
Documentation for the Person Name
MMUCC Data Element Reference ??
This schema defines and validates an instance of Person Name 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™
Complex Type prsnnm:PersonNameType
Namespace http://www.tnsaferoads.net/mvc/prsn/prsnnm
Annotations
ANSI-D16, 2.1.1 person: A person is any living human.
PORTIONS REFERENCE ANSI-D20 2002, F-1 PP 342
Diagram
Diagram comm5.tmp#id178
Used by
Attributes
QName Type Fixed Default Use Annotation
prsnnm:First xsd:string required
prsnnm:Last xsd:string required
prsnnm:Middle xsd:string required
prsnnm:Suffix xsd:normalizedString optional
Source
<xsd:complexType name="PersonNameType" id="PersonNameType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">ANSI-D16, 2.1.1 person: A person is any living human.</xsd:documentation>
    <xsd:documentation xml:lang="en-US">PORTIONS REFERENCE ANSI-D20 2002, F-1 PP 342</xsd:documentation>
  </xsd:annotation>
  <xsd:attributeGroup ref="prsnnm:PersonNameAttrib"/>
</xsd:complexType>
Attribute prsnnm:PersonNameAttrib / @prsnnm:Last
Namespace http://www.tnsaferoads.net/mvc/prsn/prsnnm
Type xsd:string
Used by
Attribute Group prsnnm:PersonNameAttrib
Source
<xsd:attribute name="Last" type="xsd:string" use="required" id="Last"/>
Attribute prsnnm:PersonNameAttrib / @prsnnm:First
Namespace http://www.tnsaferoads.net/mvc/prsn/prsnnm
Type xsd:string
Used by
Attribute Group prsnnm:PersonNameAttrib
Source
<xsd:attribute name="First" type="xsd:string" use="required" id="First"/>
Attribute prsnnm:PersonNameAttrib / @prsnnm:Middle
Namespace http://www.tnsaferoads.net/mvc/prsn/prsnnm
Type xsd:string
Used by
Attribute Group prsnnm:PersonNameAttrib
Source
<xsd:attribute name="Middle" type="xsd:string" use="required" id="Middle"/>
Attribute prsnnm:PersonNameAttrib / @prsnnm:Suffix
Namespace http://www.tnsaferoads.net/mvc/prsn/prsnnm
Type xsd:normalizedString
Used by
Attribute Group prsnnm:PersonNameAttrib
Source
<xsd:attribute name="Suffix" type="xsd:normalizedString" use="optional" id="Suffix"/>
Attribute Group prsnnm:PersonNameAttrib
Namespace http://www.tnsaferoads.net/mvc/prsn/prsnnm
Annotations
The simpleType that defines the attributes for the name of a person
Diagram
Diagram comm5.tmp#id179 comm5.tmp#id180 comm5.tmp#id181 comm5.tmp#id182
Used by
Attributes
QName Type Fixed Default Use Annotation
prsnnm:First xsd:string required
prsnnm:Last xsd:string required
prsnnm:Middle xsd:string required
prsnnm:Suffix xsd:normalizedString optional
Source
<xsd:attributeGroup name="PersonNameAttrib" id="PersonNameAttrib">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The simpleType that defines the attributes for the name of a person</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="Last" type="xsd:string" use="required" id="Last"/>
  <xsd:attribute name="First" type="xsd:string" use="required" id="First"/>
  <xsd:attribute name="Middle" type="xsd:string" use="required" id="Middle"/>
  <xsd:attribute name="Suffix" type="xsd:normalizedString" use="optional" id="Suffix"/>
</xsd:attributeGroup>