| attribute form default: | unqualified |
| element form default: | qualified |
| Elements | Complex types |
| FdoLongTransactionList | FdoLongTransactionList |
| diagram | ![]() |
||
| type | FdoLongTransactionList | ||
| properties |
|
||
| children | ProviderName LongTransaction | ||
| source | <xs:element name="FdoLongTransactionList" type="FdoLongTransactionList"/> |
| diagram | ![]() |
||
| children | ProviderName LongTransaction | ||
| used by |
|
||
| source | <xs:complexType name="FdoLongTransactionList"> <xs:sequence> <xs:element name="ProviderName" type="xs:string"/> <xs:element name="LongTransaction" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Description" type="xs:string"/> <xs:element name="Owner" type="xs:string"/> <xs:element name="CreationDate" type="xs:string"/> </xs:sequence> <xs:attribute name="IsActive" type="xs:boolean" use="required"/> <xs:attribute name="IsFrozen" type="xs:boolean" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="ProviderName" type="xs:string"/> |
| diagram | ![]() |
||||||||||||||||||
| properties |
|
||||||||||||||||||
| children | Name Description Owner CreationDate | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="LongTransaction" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Description" type="xs:string"/> <xs:element name="Owner" type="xs:string"/> <xs:element name="CreationDate" type="xs:string"/> </xs:sequence> <xs:attribute name="IsActive" type="xs:boolean" use="required"/> <xs:attribute name="IsFrozen" type="xs:boolean" use="required"/> </xs:complexType> </xs:element> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Description" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Owner" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="CreationDate" type="xs:string"/> |