|
| Namespace |
No namespace |
|
Diagram
|
|
| Type |
restriction of ShortTextType |
| Type hierarchy |
|
|
Facets
|
| maxLength |
50 |
|
| pattern |
[^,]* |
|
|
|
Used by
|
| Elements |
BranchDataRecord/BranchCode, CampaignEntry/PartyCode, Header/ReceiverID, Header/SenderID, ItemPartyRecord/GroupPartyCode, PartnerEntry/PartnerCode, PartnerEntry/PartnerGroupCode, PartnerEntry/PricatPartyCode, PartyRecord/PartyCode, StatusRecord/DocumentReceiverID, UserPermitRecord/BranchCode |
| Complex Type |
PartyCodeType |
|
|
Source
|
<xs:simpleType name="PartyReferenceType">
<xs:restriction base="ShortTextType">
<xs:pattern value="[^,]*"/>
</xs:restriction>
</xs:simpleType>
|
|
|
|