File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
repository/src/main/resources/xsd Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 100100 <xs : element name =" fieldRef" type =" fixr:fieldRefType" />
101101 </xs : choice >
102102 </xs : complexType >
103- <xs : simpleType name =" CatComponentType_t" >
104- <xs : restriction base =" xs:string" >
105- <xs : enumeration value =" Field" />
106- <xs : enumeration value =" Message" />
107- </xs : restriction >
108- </xs : simpleType >
109103 <xs : complexType name =" categoryType" >
110104 <xs : sequence >
111105 <xs : element name =" annotation" type =" fixr:annotation" minOccurs =" 0" />
112106 </xs : sequence >
113107 <xs : attribute name =" name" type =" fixr:Name_t" use =" required" />
114- <xs : attribute name =" FIXMLFileName" type =" fixr:Name_t" />
115- <xs : attribute name =" componentType" type =" fixr:CatComponentType_t" />
116108 <xs : attribute name =" section" type =" fixr:Name_t" use =" required" />
117- <xs : attribute name =" includeFile" type =" fixr:CatIncludeFile_t" />
118109 <xs : attributeGroup ref =" fixr:entityAttribGrp" />
119110 </xs : complexType >
120- <xs : simpleType name =" CatIncludeFile_t" >
121- <xs : restriction base =" xs:string" >
122- <xs : enumeration value =" components" />
123- <xs : enumeration value =" fields" />
124- </xs : restriction >
125- </xs : simpleType >
126111 <xs : simpleType name =" changeType_t" >
127112 <xs : restriction base =" xs:string" >
128113 <xs : enumeration value =" Editorial" />
976961 </xs : sequence >
977962 <xs : attribute name =" name" type =" fixr:Name_t" use =" required" />
978963 <xs : attribute name =" displayOrder" type =" xs:int" />
979- <xs : attribute name =" FIXMLFileName" type =" fixr:Name_t" />
980964 <xs : attributeGroup ref =" fixr:entityAttribGrp" />
981965 </xs : complexType >
982966 <xs : complexType name =" stateMachineType" >
You can’t perform that action at this time.
0 commit comments