Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit b2b57d7

Browse files
Video 04 -h 1.07
-Source code
1 parent d12eb23 commit b2b57d7

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

‎03 - XML Schema.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,50 @@ Il meccanismo di restrizione è molto simile alla programmazione ad oggetti quan
738738
739739
740740
741+
PurchaseOrder.xml:
742+
743+
<?xml version="1.0"?>
744+
<purchaseOrder orderDate="1999年10月20日"
745+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
746+
xsi:noNamespaceSchemaLocation="purchaseOrder.xsd">
747+
748+
<shipTo country="US">
749+
<name>Alice Smith</name>
750+
<street>123 Maple Street</street>
751+
<city>Mill Valley</city>
752+
<state>CA</state>
753+
<zip>90952</zip>
754+
</shipTo>
755+
<billTo country="US">
756+
<name>Robert Smith</name>
757+
<street>8 Oak Avenue</street>
758+
<city>Old Town</city>
759+
<state>PA</state>
760+
<zip>95819</zip>
761+
</billTo>
762+
<comment>Hurry, my lawn is going wild!</comment>
763+
<items>
764+
<item partNum="872-AA">
765+
<productName>Lawnmower</productName>
766+
<quantity>1</quantity>
767+
<USPrice>148.95</USPrice>
768+
<comment>Confirm this is electric</comment>
769+
</item>
770+
<item partNum="926-AA">
771+
<productName>Baby Monitor</productName>
772+
<quantity>1</quantity>
773+
<USPrice>39.98</USPrice>
774+
<shipDate>1999年05月21日</shipDate>
775+
</item>
776+
</items>
777+
</purchaseOrder>
778+
779+
780+
781+
782+
783+
784+
741785
#### Gruppi (`group`)
742786
743787
L'elemento `group` permette di creare un modello di contenuto che può essere referenziato con un semplice nome. Mentre l'elemento `attributeGroup` abilita un insieme di attributi confezionati in un `group` definito (avente un nome).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /