Documentation for CityGML

Complex Type: FirmType

[Table of contents]

Super-types: None
Sub-types: None
Name FirmType
Used by (from the same schema document) Complex Type SubPremiseType , Element Thoroughfare , Element PostBox , Element Premise
Abstract no
XML Instance Representation
<...
Type="anySimpleType [0..1]"
Allow any attributes from a namespace other than this schema's namespace (strict validation).
>
<AddressLine> ... </AddressLine> [0..*]
<FirmName
Type="anySimpleType [0..1]"
Code="anySimpleType [0..1]

'Used by postal services to encode the name of the element.'

"
Allow any attributes from a namespace other than this schema's namespace (strict validation).
/> [0..*]

'Name of the firm'

<Department> ... </Department> [0..*]
<MailStop> MailStopType </MailStop> [0..1]

'A MailStop is where the the mail is delivered to within a premise/subpremise/firm or a facility.'

<PostalCode> ... </PostalCode> [0..1]
Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</...>
Diagram
h1885024549 h447686930 h-709140331 h453828251
Schema Component Representation
<xs:complexType name="FirmType">
<xs:sequence>
<xs:element ref=" AddressLine " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FirmName" minOccurs="0" maxOccurs="unbounded">
<xs:complexType mixed="true">
<xs:attribute name="Type"/>
<xs:attributeGroup ref=" grPostal "/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
</xs:element>
<xs:element ref=" Department " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="MailStop" type=" MailStopType " minOccurs="0"/>
<xs:element ref=" PostalCode " minOccurs="0"/>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Type"/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>