عرض مشاركة واحدة
منتديات طلاب وطالبات جامعة الملك عبد العزيز منتديات طلاب وطالبات جامعة الملك عبد العزيز
قديم 03-01-2013, 05:49 PM   #11

hmd

جامعي

 
تاريخ التسجيل: Oct 2009
التخصص: MIS
نوع الدراسة: إنتظام
المستوى: الثامن
الجنس: ذكر
المشاركات: 243
افتراضي رد: الاختبار النهائي لمادة إدارة نظم قواعد بيانات متقدمة مع الدكتور مصطفى الشربيني

4- Give xml samples for following schemas:
<xs:complexType name = ”bookType”>
<xs:sequence>
<xs:element name = ”Title”
type = ”xs:string”
minOccurs = ”1” maxOccurs = ”1” />
<xs:element name = ”PRICE”
type = ”xs:float”
minOccurs = ”0” maxOccurs = ”1” />
</xs:sequence>
</xs:complexType
<complexType name="lecturerType">
<sequence>
<element name="firstname" type="string"
minOccurs="0“ maxOccurs="unbounded"/>
<element name="lastname" ype="string"/>
</sequence>
<attribute name="title" type="string" use="optional"/>
</complexType>
<simpleType name="xxxxx">
<restriction base="integer">
<minInclusive value="1"/>
<maxInclusive value="31"/>
</restriction>
</simpleType>
<xs:element name="person">
<xs:complexType>
<xs:sequence>
<xs:element name="full_name" type="xs:string"/>
<xs:element name="child_name" type="xs:string"
maxOccurs="10" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xsd:simpleType name="aaa">
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{3}-[A-Z]{2}"/>
</xsd:restriction>
</xsd:simpleType>
بخصوص الاسئلة دي احد فاهم كيف طريقة الحل (الاسئلة موجودة في ملف REVIEW2 السؤال 4)؟ لانها لاسف غير موجودة طريقة الحل في السلايدات
وشكرا

 


التعديل الأخير تم بواسطة hmd ; 03-01-2013 الساعة 05:51 PM.
hmd غير متواجد حالياً   رد مع اقتباس