Element Address は AddressType であり、抽象タイプです。USAddressType は AddressType から派生したものです。NYAddressType は USAddressType から派生したものです。
AddressType の BuyerAddress は、Address の置換グループに属しています。NYAddressType の SellerAddress は、Address の置換グループに属しています。 |
PurchaseOrder
Substitutions for Address
Specializations for AddressType
BuyerAddress (AddressType)
BuyerAddress (USAddressType)
BuyerAddress (NYAddressType)
SellerAddress (NYAddressType)
|
ElementMsgStatement PurchaseOrder
Qualify
Condition
ElementMsgStatement element(BuyerAddress, AddressType)
Condition
ElementMsgStatement element(BuyerAddress, USAddressType)
ElementMsgStatement element(Name, xs:string)
MapFromStatement ""John Smith""
ElementMsgStatement element(Street, xs:string)
MapFromStatement ""123 Main Street, Manhatten, NY""
Condition
ElementMsgStatement element(BuyerAddress, NYAddressType)
Condition
ElementMsgStatement element(SellerAddress, NYAddressType)
|
ElementMsgStatement PurchaseOrder
Qualify
Condition
ElementMsgStatement element(BuyerAddress, AddressType)
Condition
ElementMsgStatement element(SellerAddress, NYAddressType)
ElementMsgStatement element(Name, xs:string)
MapFromStatement ""John Smith""
ElementMsgStatement element(Street, xs:string)
MapFromStatement ""123 Main Street, Manhatten, NY""
Condition
ElementMsgStatement element(BuyerAddress, NYAddressType)
Condition
ElementMsgStatement element(SellerAddress, NYAddressType)
|
- 選択したエレメント名とタイプが表示されます。
- 適格な置換エレメント名がすべて表示されます。
- 選択したエレメント名に適格なタイプがすべて表示されます。
|
- BuyerAddress, USAddressType
- {BuyerAddress, SellerAddress}
- BuyerAddress には {AddressType, USAddressType, NYAddressType}、SellerAddress には {NYAddressType}
|