Case 3-2
Judy has begun to apply the basic information that you have given her about schemas, and she would now like your help in mastering the details of how schemas work.
Judy has included the following element definition in her schema:
<xs:element name="ingredient">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string" />
<xs:element name="amount" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
-In her definition of the recipe element, Judy would like to reference the existing definition of the ingredient element. Which of the following element declarations accomplishes this?
A) <xs:element id="ingredient" />
B) <xs:element idref="ingredient" />
C) <xs:element name="ingredient" ref= "existing" />
D) <xs:element ref="ingredient" />
Correct Answer:
Verified
Q63: DTDs employ a syntax called _.
Q70: Q71: Case 3-1 Q72: Case 3-1 Q74: Q76: Case 3-1 Q78: Case 3-1 Q79: Case 3-2 Unlock this Answer For Free Now! View this answer and more for free by performing one of the following actions Scan the QR code to install the App and get 2 free unlocks Unlock quizzes for free by uploading documents
Judy wants to be able to
Judy wants to be able to
Judy wants to be able to
Judy wants to be able to
Judy has begun to apply the