Complex Type

LocationType

Namespace: http://www.w3.org/2001/XMLSchema

Structure Diagram

graph TD LocationType[LocationType] name_0["name: string
1..1"] LocationType --> name_0 address_1["address: AddressType
0..1"] click address_1 "/docsxml/AddressType" LocationType --> address_1 style address_1 fill:#fef3c7,stroke:#f59e0b email_2["email: string
0..1"] LocationType --> email_2 style email_2 fill:#fef3c7,stroke:#f59e0b phone_3["phone:
0..1"] LocationType --> phone_3 style phone_3 fill:#fef3c7,stroke:#f59e0b style LocationType fill:#dbeafe,stroke:#2563eb,stroke-width:2px

Elements

NameCardinalityTypeDescription
name REQUIRED1..1string
address OPTIONAL0..1AddressType
email OPTIONAL0..1string
phone OPTIONAL0..1inline-complex

Attributes

NameTypeUseDescription
type REQUIREDLocationTypeTyperequired

Usage Example

<LocationType> <name>...</name> <address>...</address> <email>...</email> <!-- ... more elements ... --> </LocationType>

Used By