Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleXML representation summary as element Element Information Item (Continued)
<xs:element name = "PurchaseOrder" type = "PurchaseOrderType"/>

<xs:element name = "gift"›
	<xs:complexType>
		<xs:sequence>
			<xs:element name = "birthday" type = "xs:date"/>
			<xs:element ref = "PurchaseOrder"/>

	</xs:complexType>
</xs:element>
Image RemovedImage AddedExample of element UML Model.

...