diagram | |||||||||||||||||||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||
source | <complexType name="BuildingNameType" mixed="true"> <attribute name="Type"/> <attribute name="TypeOccurrence"> <annotation> <documentation>Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Before"/> <enumeration value="After"/> </restriction> </simpleType> </attribute> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> |
source | <attribute name="Type"/> |
type | restriction of NMTOKEN | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="TypeOccurrence"> <annotation> <documentation>Occurrence of the building name before/after the type. eg. EGIS BUILDING where name appears before type</documentation> </annotation> <simpleType> <restriction base="xs:NMTOKEN"> <enumeration value="Before"/> <enumeration value="After"/> </restriction> </simpleType> </attribute> |