1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
Name: personnel
Model Type: Children
Create Reason: Declared
ContentType: Sequence
Content Model: (person+)
ComplexType:
TypeName: ,__AnonC0
ContentType: Sequence
--------------------------------------------
Name: person
Model Type: Children
Create Reason: Declared
ContentType: Sequence
Content Model: (name,email*,url*,link?)
ComplexType:
TypeName: ,__AnonC1
ContentType: Sequence
Attributes:
Name: id
Type: ID
Default Type: #REQUIRED
Base Datatype: ID
Name: note
Type: CDATA
Default Type: #IMPLIED
Base Datatype: string
Name: contr
Type: CDATA
Default Type: #DEFAULT
Value: false
Base Datatype: string
Enumeration:
true
false
Name: salary
Type: CDATA
Default Type: #IMPLIED
Base Datatype: Decimal
Facets:
fractionDigits=0
pattern=[+\-]?[0-9]+
--------------------------------------------
Name: name
Model Type: Children
Create Reason: Declared
ContentType: All
Content Model: All(family,given)
ComplexType:
TypeName: ,__AnonC2
ContentType: All
--------------------------------------------
Name: family
Model Type: Simple
Create Reason: Declared
ComplexType:
TypeName: ,__AnonC3
Base Datatype: string
--------------------------------------------
Name: given
Model Type: Simple
Create Reason: Declared
ComplexType:
TypeName: ,__AnonC4
Base Datatype: string
--------------------------------------------
Name: email
Model Type: Simple
Create Reason: Declared
Base Datatype: string
--------------------------------------------
Name: url
Model Type: Empty
Create Reason: Declared
Content Model: EMPTY
ComplexType:
TypeName: ,__AnonC5
Attributes:
Name: href
Type: CDATA
Default Type: #DEFAULT
Value: http://
Base Datatype: string
--------------------------------------------
Name: link
Model Type: Empty
Create Reason: Declared
Content Model: EMPTY
ComplexType:
TypeName: ,__AnonC6
Attributes:
Name: manager
Type: IDREF
Default Type: #IMPLIED
Base Datatype: IDREF
Name: subordinates
Type: IDREFS
Default Type: #IMPLIED
Base Datatype: List
Facets:
minLength=1
--------------------------------------------
|