Documentation for CityGML

Element: PremiseNumberPrefix

[Table of contents]

Name PremiseNumberPrefix
Used by (from the same schema document) Element Premise , Element Premise , Element Premise
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A in A12
Logical Diagram
XML Instance Representation
<PremiseNumberPrefix
NumberPrefixSeparator="anySimpleType [0..1]

'A-12 where 12 is number and A is prefix and \"-\" is the separator'

"

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).
>
xs:string
</PremiseNumberPrefix>
Diagram
Schema Component Representation
<xs:element name="PremiseNumberPrefix">
<xs:complexType>
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="NumberPrefixSeparator"/>
<xs:attribute name="Type"/>
<xs:attributeGroup ref=" grPostal "/>
<xs:anyAttribute namespace="##other"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>