complexType AddressType
diagram plmxml_diagrams/plmxml_p220.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Address
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
internalLocation  xsd:string  optional      
streetNumber  xsd:string  optional      
street  xsd:string  optional      
town  xsd:string  optional      
region  xsd:string  optional      
postalCode  xsd:string  optional      
country  xsd:string  optional      
emailAddress  xsd:string  optional      
telephone  xsd:string  optional      
web  xsd:string  optional      
annotation
documentation

      An address for a Person or Organisation.

      Attributes:

      internalLocation:   Room, mailbox, etc.
      streetNumber:
      street:             Name of street, road, lane, etc.
      town:               Village, Town, City, etc.
      region:             Region, County, State, etc.
      country:            Country.
      postalCode:         PostCode, ZIP, etc.
      emailAddress:
      telephone:
      web:                Web site address.
    
source <xsd:complexType name="AddressType">
 
<xsd:annotation>
   
<xsd:documentation>
      An address for a Person or Organisation.

      Attributes:

      internalLocation:   Room, mailbox, etc.
      streetNumber:
      street:             Name of street, road, lane, etc.
      town:               Village, Town, City, etc.
      region:             Region, County, State, etc.
      country:            Country.
      postalCode:         PostCode, ZIP, etc.
      emailAddress:
      telephone:
      web:                Web site address.
    
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="internalLocation" type="xsd:string" use="optional"/>
     
<xsd:attribute name="streetNumber" type="xsd:string" use="optional"/>
     
<xsd:attribute name="street" type="xsd:string" use="optional"/>
     
<xsd:attribute name="town" type="xsd:string" use="optional"/>
     
<xsd:attribute name="region" type="xsd:string" use="optional"/>
     
<xsd:attribute name="postalCode" type="xsd:string" use="optional"/>
     
<xsd:attribute name="country" type="xsd:string" use="optional"/>
     
<xsd:attribute name="emailAddress" type="xsd:string" use="optional"/>
     
<xsd:attribute name="telephone" type="xsd:string" use="optional"/>
     
<xsd:attribute name="web" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AddressType/@internalLocation
type xsd:string
properties
use optional
source <xsd:attribute name="internalLocation" type="xsd:string" use="optional"/>

attribute AddressType/@streetNumber
type xsd:string
properties
use optional
source <xsd:attribute name="streetNumber" type="xsd:string" use="optional"/>

attribute AddressType/@street
type xsd:string
properties
use optional
source <xsd:attribute name="street" type="xsd:string" use="optional"/>

attribute AddressType/@town
type xsd:string
properties
use optional
source <xsd:attribute name="town" type="xsd:string" use="optional"/>

attribute AddressType/@region
type xsd:string
properties
use optional
source <xsd:attribute name="region" type="xsd:string" use="optional"/>

attribute AddressType/@postalCode
type xsd:string
properties
use optional
source <xsd:attribute name="postalCode" type="xsd:string" use="optional"/>

attribute AddressType/@country
type xsd:string
properties
use optional
source <xsd:attribute name="country" type="xsd:string" use="optional"/>

attribute AddressType/@emailAddress
type xsd:string
properties
use optional
source <xsd:attribute name="emailAddress" type="xsd:string" use="optional"/>

attribute AddressType/@telephone
type xsd:string
properties
use optional
source <xsd:attribute name="telephone" type="xsd:string" use="optional"/>

attribute AddressType/@web
type xsd:string
properties
use optional
source <xsd:attribute name="web" type="xsd:string" use="optional"/>


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