fix default
This commit is contained in:
		
							parent
							
								
									8567ee0965
								
							
						
					
					
						commit
						6eb2bb3377
					
				| @ -25,7 +25,8 @@ | |||||||
|               <xs:complexType> |               <xs:complexType> | ||||||
|                 <xs:simpleContent> |                 <xs:simpleContent> | ||||||
|                   <xs:extension base="t_net_addr_ip6"> |                   <xs:extension base="t_net_addr_ip6"> | ||||||
|                     <xs:attribute name="prefix" type="t_he_ipv6_prefix" use="required" default="64"/> |                     <!-- VERY most likely "64" but we can't define a default with required. --> | ||||||
|  |                     <xs:attribute name="prefix" type="t_he_ipv6_prefix" use="required"/> | ||||||
|                   </xs:extension> |                   </xs:extension> | ||||||
|                 </xs:simpleContent> |                 </xs:simpleContent> | ||||||
|               </xs:complexType> |               </xs:complexType> | ||||||
| @ -41,7 +42,8 @@ | |||||||
|         <xs:complexType> |         <xs:complexType> | ||||||
|           <xs:simpleContent> |           <xs:simpleContent> | ||||||
|             <xs:extension base="t_net_addr_ip6"> |             <xs:extension base="t_net_addr_ip6"> | ||||||
|               <xs:attribute name="prefix" type="t_he_ipv6_prefix" use="required" default="64"/> |               <!-- VERY most likely "64" but we can't define a default with required. --> | ||||||
|  |               <xs:attribute name="prefix" type="t_he_ipv6_prefix" use="required"/> | ||||||
|             </xs:extension> |             </xs:extension> | ||||||
|           </xs:simpleContent> |           </xs:simpleContent> | ||||||
|         </xs:complexType> |         </xs:complexType> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user