Documentation for CityGML

Complex Type: BuildingNameType

[Table of contents]

Super-types: None
Sub-types: None
Name BuildingNameType
Used by (from the same schema document) Complex Type LargeMailUserType , Complex Type SubPremiseType , Element Premise
Abstract no
XML Instance Representation
<...
Type="anySimpleType [0..1]"
TypeOccurrence=" xs:NMTOKEN (value comes from list: {'Before'|'After'}) [0..1]

'Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type'

"

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).
/>
Diagram
h447686930
Schema Component Representation
<xs:complexType name="BuildingNameType" mixed="true">
<xs:attribute name="Type"/>
<xs:attribute name="TypeOccurrence">
<xs:simpleType>
<xs:restriction base=" xs:NMTOKEN ">
<xs:enumeration value="Before"/>
<xs:enumeration value="After"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref=" grPostal "/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>