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}
|